Fields  Properties  Methods 


BoundingBox Structure Members

The following tables list the members exposed by BoundingBox.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the BoundingBox struct.  
Top
Public Fields
 NameDescription
Public Field One corner of the bounding box in 3D space  
Public Field Another corner of the bounding box in 3D space  
Top
Public Properties
 NameDescription
Public Property Computes the center of the bounding box in 3D space  
Public Property Computes a list of 8 corners of the Bounding box in 3D Space  
Public Property Gets the Maximums of the bounding box, e.g. Max.X is the maximum X value in the bounding box  
Public Property Gets the Minimums of the bounding box, e.g. Min.X is the minimum X value in the bounding box  
Top
Public Methods
 NameDescription
Public Method  
Public MethodOverloaded. Indicates whether this instance and a specified object are equal.  
Public MethodServes as the default hash function.  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension Method Checks for null and if not null, calls Dispose
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also