Class ImplicitDifference3d
Boolean Difference/Subtraction of two implicit functions A-B = A AND (NOT B)
Assumption is that both have surface at zero isocontour and
negative is inside.
Inheritance
ImplicitDifference3d
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class ImplicitDifference3d : BoundedImplicitFunction3d, ImplicitFunction3d
Fields
A
Declaration
public BoundedImplicitFunction3d A
Field Value
B
Declaration
public BoundedImplicitFunction3d B
Field Value
Methods
Bounds()
Declaration
public AxisAlignedBox3d Bounds()
Returns
Value(ref Vector3d)
Declaration
public double Value(ref Vector3d pt)
Parameters
Returns
Implements