Click or drag to resize

BoxF Constructor

Overload List
  NameDescription
Public methodBoxF(BoundsF)
Constructs a box with the given bounds.
Public methodBoxF(BoxF)
Constructs a box with another specified BoxF object.
Public methodBoxF(Vector3F)
Constructs a box with the given center point.
Public methodBoxF(BoundsF, Vector3F, Matrix3F)
Constructs a box with the given bounds, origin and axis.
Public methodBoxF(BoundsF, Vector3F, Matrix3F)
Constructs a box with the given bounds, origin and axis.
Public methodBoxF(Vector3F, Vector3F, Matrix3F)
Constructs a box with the given center, extents and axis.
Public methodBoxF(Vector3F, Vector3F, Matrix3F)
Constructs a box with the given center, extents and axis.
Top
See Also