Search Results for

    Show / Hide Table of Contents

    Struct Plane3f

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Plane3f

    Constructors

    Plane3f(Vector3f, Vector3f)

    Declaration
    public Plane3f(Vector3f normal, Vector3f point)
    Parameters
    Type Name Description
    Vector3f normal
    Vector3f point

    Plane3f(Vector3f, Vector3f, Vector3f)

    Declaration
    public Plane3f(Vector3f p0, Vector3f p1, Vector3f p2)
    Parameters
    Type Name Description
    Vector3f p0
    Vector3f p1
    Vector3f p2

    Plane3f(Vector3f, Single)

    Declaration
    public Plane3f(Vector3f normal, float constant)
    Parameters
    Type Name Description
    Vector3f normal
    Single constant

    Fields

    Constant

    Declaration
    public float Constant
    Field Value
    Type Description
    Single

    Normal

    Declaration
    public Vector3f Normal
    Field Value
    Type Description
    Vector3f

    Methods

    DistanceTo(Vector3f)

    Declaration
    public float DistanceTo(Vector3f p)
    Parameters
    Type Name Description
    Vector3f p
    Returns
    Type Description
    Single

    WhichSide(Vector3f)

    Declaration
    public int WhichSide(Vector3f p)
    Parameters
    Type Name Description
    Vector3f p
    Returns
    Type Description
    Int32
    In This Article
    Back to top ViRGIS VR GIS