jakke-graphics-ts
    Preparing search index...

    Type Alias Line

    Represents a 3D line segment defined by two endpoints.

    type Line = {
        p0: Vertex3d;
        p1: Vertex3d;
    }
    Index

    Properties

    Properties

    The starting vertex of the line segment.

    The ending vertex of the line segment.