Interface SquareRegion

A rectangular area

interface SquareRegion {
    x: Range;
    z: Range;
}

Properties

x z

Properties

The bounds of the region on the X-axis

The bounds of the region on the Z-axis

Generated using TypeDoc