Click or drag to resize

AABB Constructor

Overload List
  NameDescription
Public methodAABB(Vector3, Vector3)
Constructs an AABB from a position and size.
Public methodAABB(Single, Single, Single, Vector3)
Constructs an AABB from x, y, z, and size.
Public methodAABB(Vector3, Single, Single, Single)
Constructs an AABB from a position, width, height, and depth.
Public methodAABB(Single, Single, Single, Single, Single, Single)
Constructs an AABB from x, y, z, width, height, and depth.
Top
See Also