|
Anark Core SDK
|
A 2D bounding box. More...
Properties | |
| ISdkVertex2D | Min [get] |
| The first point. | |
| ISdkVertex2D | Max [get] |
| The second point on the diagonal corner to the first point. | |
| double | Size [get] |
| The bounding box diagonal size. | |
| double | Width [get] |
| The box width. | |
| double | Height [get] |
| The box height. | |
A 2D bounding box.
|
get |
The box height.
Implemented in Anark.CoreSdkApi.Math.Sdk2DBoundingBox.
|
get |
The second point on the diagonal corner to the first point.
Implemented in Anark.CoreSdkApi.Math.Sdk2DBoundingBox.
|
get |
The first point.
Implemented in Anark.CoreSdkApi.Math.Sdk2DBoundingBox.
|
get |
The bounding box diagonal size.
Implemented in Anark.CoreSdkApi.Math.Sdk2DBoundingBox.
|
get |
The box width.
Implemented in Anark.CoreSdkApi.Math.Sdk2DBoundingBox.