|
![]() |
The BoundingBox3D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
BoundingBox3D()()()() |
Create an empty bounding box
|
![]() |
BoundingBox3D(Point3D, Point3D) |
Create a bounding box from a min and max point that define the opposite corners of the box
|
Methods
Name | Description | |
---|---|---|
![]() |
ClosestPoint |
Computes closest point in box to a given point
|
![]() |
Contains(BoundingBox3D) |
True if this completely contains box
|
![]() |
Contains(Point3D) |
True if this contains point
|
![]() |
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
![]() |
Dispose(Boolean) | (Inherited from NativeHandle.) |
![]() |
Equals | (Overrides NativeHandle..::..Equals(Object).) |
![]() |
Extend(BoundingBox3D) |
Return box that represents union of this with another box
|
![]() |
Extend(Point3D) |
Return box that represents union of this with another point
|
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
![]() |
GetHashCode | (Overrides NativeHandle..::..GetHashCode()()()().) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Intersect |
Return box that represents intersection of this with another box
|
![]() |
Intersects(BoundingBox3D) |
True if this intersects box
|
![]() |
Intersects(Point3D) |
True if this intersects point (same as Contains() for a point)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | (Overrides NativeHandle..::..ToString()()()().) |
![]() |
Translate |
Return this box translated by an offset
|
Properties
Name | Description | |
---|---|---|
![]() |
Center |
Center of bounding box
|
![]() ![]() |
Empty |
Returns an empty bounding box
|
![]() |
HasSurfaceArea |
Does bounding box have a non-zero surface area ?
|
![]() |
HasVolume |
Does bounding box have a non-zero volume ?
|
![]() |
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
![]() |
IsEmpty |
Is bounding box empty ?
|
![]() |
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
![]() |
Max |
Return max point that defines corner of box with largest values for all components
|
![]() |
Min |
Return min point that defines corner of box with smallest values for all components
|
![]() |
Size |
Extents of bounding box from min point to max point
|
![]() |
SurfaceArea |
Sum of the areas of the faces of the bounding box, 0 if empty
|
![]() |
Volume |
Volume of bounding box, 0 if empty
|