Class ImplicitPoint2d
  
  
  
  
    Inheritance
    
    ImplicitPoint2d
   
  
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class ImplicitPoint2d : ImplicitField2d
   
  Constructors
  
  
  
  
  ImplicitPoint2d(Single, Single)
  
  
  Declaration
  
    public ImplicitPoint2d(float x, float y)
   
  Parameters
  
  
  
  
  ImplicitPoint2d(Single, Single, Single)
  
  
  Declaration
  
    public ImplicitPoint2d(float x, float y, float radius)
   
  Parameters
  
  Properties
  
  
  
  
  Bounds
  
  
  Declaration
  
    public AxisAlignedBox2f Bounds { get; }
   
  Property Value
  
  
  
  
  Center
  
  
  Declaration
  
    public Vector2f Center { get; set; }
   
  Property Value
  
  
  
  
  HighX
  
  
  Declaration
  
    public float HighX { get; }
   
  Property Value
  
  
  
  
  HighY
  
  
  Declaration
  
    public float HighY { get; }
   
  Property Value
  
  
  
  
  LowX
  
  
  Declaration
  
    public float LowX { get; }
   
  Property Value
  
  
  
  
  LowY
  
  
  Declaration
  
    public float LowY { get; }
   
  Property Value
  
  
  
  
  radius
  
  
  Declaration
  
    public float radius { get; set; }
   
  Property Value
  
  
  
  
  x
  
  
  Declaration
  
    public float x { get; set; }
   
  Property Value
  
  
  
  
  y
  
  
  Declaration
  
    public float y { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Gradient(Single, Single, ref Single, ref Single)
  
  
  Declaration
  
    public void Gradient(float fX, float fY, ref float fGX, ref float fGY)
   
  Parameters
  
  
  
  
  InBounds(Single, Single)
  
  
  Declaration
  
    public bool InBounds(float x, float y)
   
  Parameters
  
  Returns
  
  
  
  
  Value(Single, Single)
  
  
  Declaration
  
    public float Value(float fX, float fY)
   
  Parameters
  
  Returns
  
  Implements