isometric-physics
    Preparing search index...

    Type Alias Vector2

    Lightweight 2D and 3D vector types and operations.

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

    Properties

    x y

    Properties

    x: number
    y: number