Back to class index
| OBB::IsDegenerateSyntaxbool OBB::IsDegenerate() const; [4 lines of code]Tests if this OBB is degenerate. Note This function only checks that the axis radius member of this OBB denotes a strictly positive volume, and ignores the position and axis direction vectors of this OBB. Be sure to check those manually for NaNs and +/-infs if that is desired. Return ValueTrue if this OBB does not span a strictly positive volume. See Also |