jakke-graphics-ts
    Preparing search index...

    Type Alias Vertex3d

    Represents a point or vertex in 3D space.

    type Vertex3d = {
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    x y z

    Properties

    x: number

    The X coordinate.

    y: number

    The Y coordinate.

    z: number

    The Z coordinate.