Search Results for

    Show / Hide Table of Contents

    Struct Ray3f

    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 Ray3f

    Constructors

    Ray3f(Vector3f, Vector3f, Boolean)

    Declaration
    public Ray3f(Vector3f origin, Vector3f direction, bool bIsNormalized = false)
    Parameters
    Type Name Description
    Vector3f origin
    Vector3f direction
    Boolean bIsNormalized

    Fields

    Direction

    Declaration
    public Vector3f Direction
    Field Value
    Type Description
    Vector3f

    Origin

    Declaration
    public Vector3f Origin
    Field Value
    Type Description
    Vector3f

    Methods

    DistanceSquared(Vector3f)

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

    PointAt(Single)

    Declaration
    public Vector3f PointAt(float d)
    Parameters
    Type Name Description
    Single d
    Returns
    Type Description
    Vector3f

    Project(Vector3f)

    Declaration
    public float Project(Vector3f p)
    Parameters
    Type Name Description
    Vector3f p
    Returns
    Type Description
    Single
    In This Article
    Back to top ViRGIS VR GIS