Isometric Drawing Toolkit
    Preparing search index...

    Type Alias VisibleCubeFaceLocation

    Location of the cube and an axis that specifies the face. Can only specify faces that are facing towards the user.

    type VisibleCubeFaceLocation = {
        axis: PositiveAxis;
        cubeLocation: CubeLocation;
    }
    Index

    Properties

    Properties

    Facing axis.

    cubeLocation: CubeLocation

    Location of the cube.