ProtoTwin API
    Preparing search index...

    Interface IEdge

    Interface for 3D edges.

    interface IEdge {
        end: IVec3;
        start: IVec3;
    }

    Implemented by

    Index

    Properties

    Properties

    end: IVec3

    The ending point for the edge.

    start: IVec3

    The starting point for the edge.