isometric-physics
    Preparing search index...

    Type Alias Point

    Isometric projection math for the standard 2:1 dimetric projection.

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

    Properties

    x y

    Properties

    x: number
    y: number