Vertex Viewer SDK
    Preparing search index...

    Interface Line3

    A Line3 represents a line segment between a start and end point.

    interface Line3 {
        end: Vector3.Vector3;
        start: Vector3.Vector3;
    }
    Index

    The end of the line segment.

    The start of the line segment.