Click or drag to resize
AB4D logo

BoundsIsBoundingBoxEmpty Method

Returns true if BoundingBox is empty (any component is NaN or if all components are equal)

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public static bool IsBoundingBoxEmpty(
	ref BoundingBox boundingBox
)

Parameters

boundingBox  BoundingBox
BoundingBox

Return Value

Boolean
true if BoundingBox is empty
See Also