Class ImplicitNaryIntersection3d
Boolean Intersection of N implicit functions, A AND B.
Assumption is that both have surface at zero isocontour and
negative is inside.
Inheritance
ImplicitNaryIntersection3d
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class ImplicitNaryIntersection3d : BoundedImplicitFunction3d, ImplicitFunction3d
Fields
Children
Declaration
public List<BoundedImplicitFunction3d> Children
Field Value
Methods
Bounds()
Declaration
public AxisAlignedBox3d Bounds()
Returns
Value(ref Vector3d)
Declaration
public double Value(ref Vector3d pt)
Parameters
Returns
Implements