Click or drag to resize

BoundingBox3 Constructor

Overload List
  NameDescription
Public methodBoundingBox3(Point3, Point3)
Initializes a new instance of the BoundingBox3 struct. create bounding box based on two corners.
Public methodBoundingBox3(Vector3, Vector3)
Initializes a new instance of the BoundingBox3 struct. create bounding box based on two corners.
Public methodBoundingBox3(Double, Double, Double, Double, Double, Double)
Initializes a new instance of the BoundingBox3 struct. Create bounding box.
Top
See Also