Click or drag to resize

Box Constructor

Overload List
  NameDescription
Public methodBox(Bounds)
Constructs a box with the given bounds.
Public methodBox(Box)
Constructs a box with another specified Box object.
Public methodBox(BoxF)
Constructs a box with another specified box of BoxF format.
Public methodBox(Vector3)
Constructs a box with the given center point.
Public methodBox(Bounds, Vector3, Matrix3)
Constructs a box with the given bounds, origin and axis.
Public methodBox(Bounds, Vector3, Matrix3)
Constructs a box with the given bounds, origin and axis.
Public methodBox(Vector3, Vector3, Matrix3)
Constructs a box with the given center, extents and axis.
Top
See Also