@twinfinity/core
    Preparing search index...

    Interface Vertex2

    Represents a 2D point/vector in space.

    interface Vertex2 {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number
    y: number