AABB Constructor |
Name | Description | |
---|---|---|
AABB(Vector3, Vector3) |
Constructs an AABB from a position and size.
| |
AABB(Single, Single, Single, Vector3) |
Constructs an AABB from x, y, z, and size.
| |
AABB(Vector3, Single, Single, Single) |
Constructs an AABB from a position, width, height, and depth.
| |
AABB(Single, Single, Single, Single, Single, Single) |
Constructs an AABB from x, y, z, width, height, and depth.
|