ecspresso
    Preparing search index...
    • Convert Cartesian world coordinates to isometric screen coordinates.

      Parameters

      • worldX: number

        World-space X coordinate

      • worldY: number

        World-space Y coordinate

      • state: IsoProjectionState

        Isometric projection state

      Returns { x: number; y: number }

      New object with projected { x, y }