Vertex Viewer SDK
    Preparing search index...

    Interface Plane

    A two dimensional surface in 3D space that extends indefinitely. Represented as a direction normal and distance.

    interface Plane {
        constant: number;
        normal: Vector3.Vector3;
    }
    Index
    constant: number