BoundingBox Structure |
Namespace: Aspose.ThreeD.Utilities
The BoundingBox type exposes the following members.
Name | Description | |
---|---|---|
![]() | BoundingBox(Vector3, Vector3) |
Initialize a finite bounding box with given minimum and maximum corner
|
![]() | BoundingBox(Double, Double, Double, Double, Double, Double) |
Initialize a finite bounding box with given minimum and maximum corner
|
Name | Description | |
---|---|---|
![]() | Extent |
Gets the extent of the bounding box.
|
![]() | Maximum |
The maximum corner of the bounding box
|
![]() | Minimum |
The minimum corner of the bounding box
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines if two objects are equal
(Overrides ValueTypeEquals(Object).) |
![]() ![]() | FromGeometry |
Construct a bounding box from given geometry
|
![]() | GetHashCode |
Returns the hash code for this instance
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Gets the string representation of the bounding box.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Multiply |
Operator overloading for multiply
|