Search Results for

    Show / Hide Table of Contents

    Class ImplicitPoint2d

    Inheritance
    Object
    ImplicitPoint2d
    Implements
    ImplicitField2d
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class ImplicitPoint2d : ImplicitField2d

    Constructors

    ImplicitPoint2d(Single, Single)

    Declaration
    public ImplicitPoint2d(float x, float y)
    Parameters
    Type Name Description
    Single x
    Single y

    ImplicitPoint2d(Single, Single, Single)

    Declaration
    public ImplicitPoint2d(float x, float y, float radius)
    Parameters
    Type Name Description
    Single x
    Single y
    Single radius

    Properties

    Bounds

    Declaration
    public AxisAlignedBox2f Bounds { get; }
    Property Value
    Type Description
    AxisAlignedBox2f

    Center

    Declaration
    public Vector2f Center { get; set; }
    Property Value
    Type Description
    Vector2f

    HighX

    Declaration
    public float HighX { get; }
    Property Value
    Type Description
    Single

    HighY

    Declaration
    public float HighY { get; }
    Property Value
    Type Description
    Single

    LowX

    Declaration
    public float LowX { get; }
    Property Value
    Type Description
    Single

    LowY

    Declaration
    public float LowY { get; }
    Property Value
    Type Description
    Single

    radius

    Declaration
    public float radius { get; set; }
    Property Value
    Type Description
    Single

    x

    Declaration
    public float x { get; set; }
    Property Value
    Type Description
    Single

    y

    Declaration
    public float y { get; set; }
    Property Value
    Type Description
    Single

    Methods

    Gradient(Single, Single, ref Single, ref Single)

    Declaration
    public void Gradient(float fX, float fY, ref float fGX, ref float fGY)
    Parameters
    Type Name Description
    Single fX
    Single fY
    Single fGX
    Single fGY

    InBounds(Single, Single)

    Declaration
    public bool InBounds(float x, float y)
    Parameters
    Type Name Description
    Single x
    Single y
    Returns
    Type Description
    Boolean

    Value(Single, Single)

    Declaration
    public float Value(float fX, float fY)
    Parameters
    Type Name Description
    Single fX
    Single fY
    Returns
    Type Description
    Single

    Implements

    ImplicitField2d
    In This Article
    Back to top ViRGIS VR GIS