Class ImplicitBox3d
Implicit oriented box
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class ImplicitBox3d : BoundedImplicitFunction3d, ImplicitFunction3d
Properties
Box
Declaration
public Box3d Box { get; set; }
Property Value
Type | Description |
---|---|
Box3d |
Methods
Bounds()
Declaration
public AxisAlignedBox3d Bounds()
Returns
Type | Description |
---|---|
AxisAlignedBox3d |
Value(ref Vector3d)
Declaration
public double Value(ref Vector3d pt)
Parameters
Type | Name | Description |
---|---|---|
Vector3d | pt |
Returns
Type | Description |
---|---|
Double |