|
|
BoundingBox3 Structure |
Namespace: Karamba.Geometry
The BoundingBox3 type exposes the following members.
| 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.
|
| Name | Description | |
|---|---|---|
| Diagonal |
Gets the bounding box diagonal.
| |
| Max |
Gets the point of bounding box with maximum position coordinates.
| |
| MaxX |
Gets or sets the maximum x coordinate.
| |
| MaxY |
Gets or sets the maximum y coordinate.
| |
| MaxZ |
Gets or sets the maximum z coordinate.
| |
| Min |
Gets the point of bounding box with minimum position coordinates.
| |
| MinX |
Gets or sets the minimum x coordinate.
| |
| MinY |
Gets or sets the minimum y coordinate.
| |
| MinZ |
Gets or sets the minimum z coordinate.
|
| 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) |
Checks 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.
|