|
|
BoundingBox3 Constructor |
| Name | Description | |
|---|---|---|
| BoundingBox3(Point3, Point3) |
Initializes a new instance of the BoundingBox3 struct.
create bounding box based on two corners.
| |
| BoundingBox3(Vector3, Vector3) |
Initializes a new instance of the BoundingBox3 struct.
create bounding box based on two corners.
| |
| BoundingBox3(Double, Double, Double, Double, Double, Double) |
Initializes a new instance of the BoundingBox3 struct.
Create bounding box.
|