|
BoundsIsBoundingBoxEmpty Method |
Returns true if BoundingBox is empty (any component is NaN or if all components are equal)
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static bool IsBoundingBoxEmpty(
ref BoundingBox boundingBox
)
Parameters
- boundingBox BoundingBox
- BoundingBox
Return Value
Booleantrue if BoundingBox is empty
See Also