Class ImplicitIntersection2d
  
  
  
  
    Inheritance
    
    
    ImplicitIntersection2d
   
  
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class ImplicitIntersection2d : ImplicitNAryOp2d, ImplicitOperator2d, ImplicitField2d
   
  Constructors
  
  
  
  
  ImplicitIntersection2d()
  
  
  Declaration
  
    public ImplicitIntersection2d()
   
  Methods
  
  
  
  
  Gradient(Single, Single, ref Single, ref Single)
  
  
  Declaration
  
    public override void Gradient(float fX, float fY, ref float fGX, ref float fGY)
   
  Parameters
  
  Overrides
  
  
  
  
  Value(Single, Single)
  
  
  Declaration
  
    public override float Value(float fX, float fY)
   
  Parameters
  
  Returns
  
  Overrides
  
  Implements