Represents segment defined by pair of 3D points.

interface Segment {
    from: WasmVector3d;
    to: WasmVector3d;
}

Properties

Properties