jakke-graphics-ts
    Preparing search index...

    Type Alias Vertex2d

    Represents a two-dimensional vertex with x and y coordinates.

    type Vertex2d = {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    The x-coordinate of the vertex.

    y: number

    The y-coordinate of the vertex.