The AABB type exposes the following members.
Properties
| Name | Description |
---|
| End |
Ending corner. This is calculated as Position plus
Size. Setting this value will change the size.
|
| Position |
Beginning corner. Typically has values lower than End.
|
| Size |
Size from Position to End. Typically all components are positive.
If the size is negative, you can use Abs to fix it.
|
TopSee Also