|
![]() |
The BoundingBox3D type exposes the following members.
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
|