![]() |
BoundingBox3 Methods |
The BoundingBox3 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Contains |
Determine whether point lies inside the box.
|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | Equals(BoundingBox3) |
check whether two bounding boxes are equal
|
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Intersects |
Determine whether lines intersects with bounding box.
|
![]() | IsDegenerate |
Determines whether a bounding box is degenerate (flat) in one or more directions.
|
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
![]() | Union(BoundingBox3) |
Union bounding boxes.
|
![]() | Union(Point3) |
Add point to bounding box.
|
![]() | Union(Vector3) |
Add vector to bounding box.
|
![]() | Union(Double, Double, Double) |
Add point to bounding box.
|
Name | Description | |
---|---|---|
![]() | Convert | (Defined by GeometryExtensions.) |