Click or drag to resize

AABB Properties

The AABB type exposes the following members.

Properties
  NameDescription
Public propertyEnd
Ending corner. This is calculated as Position plus Size. Setting this value will change the size.
Public propertyPosition
Beginning corner. Typically has values lower than End.
Public propertySize
Size from Position to End. Typically all components are positive. If the size is negative, you can use Abs to fix it.
Top
See Also