AABB Constructor

Overload List
  NameDescription
Public methodAABB
Instantiates a new axis-aligned 3d bounding box with the maximum point initialized to the smallest possible value and the minimum point to the largest possible value.
Public methodAABB(AABB)
Instantiates a new axis-aligned 3d bounding box which is a copy of the given axis-aligned 3d bounding box.
Public methodAABB(IEnumerablePoint)
Constructs AABB from given point list.
Public methodAABB(Point, Point)
Instantiates a new axis-aligned 3d bounding box with the given minimum and maximum points.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next