The bounds of a cell.
More...
|
Int32 | MaxX |
| The maximum bounds of the cell in the X component. More...
|
|
Int32 | MaxY |
| The maximum bounds of the cell in the Y component. More...
|
|
Int32 | MaxZ |
| The maximum bounds of the cell in the Z component. More...
|
|
Int32 | MinX |
| The minimum bounds of the cell in the X component. More...
|
|
Int32 | MinY |
| The minimum bounds of the cell in the Y component. More...
|
|
Int32 | MinZ |
| The minimum bounds of the cell in the Z component. More...
|
|
|
const int | ALIGNMENT = 4 |
| The struct alignment in bytes. More...
|
|
const int | SIZE = sizeof(Int32) * 6 |
| The size of the struct in bytes. More...
|
|
◆ SIZE
const int Quantum.TriangleMesh.CellBounds.SIZE = sizeof(Int32) * 6 |
|
static |
The size of the struct in bytes.
◆ ALIGNMENT
const int Quantum.TriangleMesh.CellBounds.ALIGNMENT = 4 |
|
static |
The struct alignment in bytes.
◆ MinX
Int32 Quantum.TriangleMesh.CellBounds.MinX |
The minimum bounds of the cell in the X component.
◆ MinY
Int32 Quantum.TriangleMesh.CellBounds.MinY |
The minimum bounds of the cell in the Y component.
◆ MinZ
Int32 Quantum.TriangleMesh.CellBounds.MinZ |
The minimum bounds of the cell in the Z component.
◆ MaxX
Int32 Quantum.TriangleMesh.CellBounds.MaxX |
The maximum bounds of the cell in the X component.
◆ MaxY
Int32 Quantum.TriangleMesh.CellBounds.MaxY |
The maximum bounds of the cell in the Y component.
◆ MaxZ
Int32 Quantum.TriangleMesh.CellBounds.MaxZ |
The maximum bounds of the cell in the Z component.