Isometric Drawing Toolkit
    Preparing search index...

    Type Alias CubeLocation

    CubeLocation: { cuboidIndex: number } & Coordinates

    Coordinates with the cuboid index so that receivers know where is the cube and which cuboid. The receivers can decide whether to act on the individual cube or the entire cuboid.

    Type Declaration

    • cuboidIndex: number

      Index of the value in the cuboid values array.