Search Results for

    Show / Hide Table of Contents

    Struct Plane3d

    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 Plane3d

    Constructors

    Plane3d(Vector3d, Vector3d)

    Declaration
    public Plane3d(Vector3d normal, Vector3d point)
    Parameters
    Type Name Description
    Vector3d normal
    Vector3d point

    Plane3d(Vector3d, Vector3d, Vector3d)

    Declaration
    public Plane3d(Vector3d p0, Vector3d p1, Vector3d p2)
    Parameters
    Type Name Description
    Vector3d p0
    Vector3d p1
    Vector3d p2

    Plane3d(Vector3d, Double)

    Declaration
    public Plane3d(Vector3d normal, double constant)
    Parameters
    Type Name Description
    Vector3d normal
    Double constant

    Fields

    Constant

    Declaration
    public double Constant
    Field Value
    Type Description
    Double

    Normal

    Declaration
    public Vector3d Normal
    Field Value
    Type Description
    Vector3d

    Methods

    DistanceTo(Vector3d)

    Declaration
    public double DistanceTo(Vector3d p)
    Parameters
    Type Name Description
    Vector3d p
    Returns
    Type Description
    Double

    WhichSide(Vector3d)

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