Click or drag to resize
Ab4d.SharpEngine logo

BoundingBox Properties

The BoundingBox type exposes the following members.

Properties
 NameDescription
Public propertyIsUndefined Returns true when the Minimum and Maximum properties are not defined (are set to float.NaN).
Public propertyIsZeroSize Returns true when the size of this BoundingBox is zero.
Public propertySizeX Gets size in the X direction
Public propertySizeY Gets size in the Y direction
Public propertySizeZ Gets size in the Z direction
Public propertyStatic memberUndefined Gets an undefined BoundingBox with both Minimum and Maximum set to float.NaN values.
Top
See Also