Class ImplicitSmoothIntersection3d
  
  Continuous R-Function Boolean Intersection of two implicit functions, A-B = A AND (NOT B)
Assumption is that both have surface at zero isocontour and 
negative is inside.
 
  
  
    Inheritance
    
    ImplicitSmoothIntersection3d
   
  
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class ImplicitSmoothIntersection3d : 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