Interface Prism

A rectangular prism.

interface Prism {
    "0": number;
    "1": number;
    "2": number;
    "3": number;
    "4": number;
    "5": number;
}

Hierarchy (View Summary)

Properties

0 1 2 3 4 5

Properties

"0": number

The X-coordinate of the rectangle.

"1": number

The Y-coordinate of the rectangle.

"2": number

The width of the rectangle.

"3": number

The height of the rectangle.

"4": number

The Z-coordinate of the prism.

"5": number

The depth of the prism.