Vertex Viewer SDK
    Preparing search index...

    Interface Ray

    A Ray represents an infinite line starting at origin and going in direction.

    interface Ray {
        direction: Vector3.Vector3;
        origin: Vector3.Vector3;
    }
    Index
    direction: Vector3.Vector3

    A normal that describes the direction of the ray from origin.

    The origin point of the ray.