|
Anark Core SDK
|
An axis-aligned bounding box in 3D space that tracks the minimum and maximum extremities of an object and is described by two points. The units for all coordinates and measurements on the data available via the SDK are meters. More...
Properties | |
| ISdkVertex3D | Min [get] |
| The min point. | |
| ISdkVertex3D | Max [get] |
| The max point. | |
| double | DiagonalSize [get] |
| The diagonal size of the bounding box. The units are meters. | |
An axis-aligned bounding box in 3D space that tracks the minimum and maximum extremities of an object and is described by two points. The units for all coordinates and measurements on the data available via the SDK are meters.
|
get |
The diagonal size of the bounding box. The units are meters.
Implemented in Anark.CoreSdkApi.Math.Sdk3DBoundingBox.
|
get |
The max point.
Implemented in Anark.CoreSdkApi.Math.Sdk3DBoundingBox.
|
get |
The min point.
Implemented in Anark.CoreSdkApi.Math.Sdk3DBoundingBox.