Back to class index
| OBB::SetNegativeInfinitySyntaxvoid OBB::SetNegativeInfinity(); [8 lines of code]Sets this structure to a degenerate OBB that does not have any volume. This function sets pos=(0,0,0), r = (-inf,-inf,-inf) and axis=float3x3::identity for this OBB. Note This function operates in-place. After calling this function, this OBB is degenerate. Performance8.21nsecs/call ≈ 121.8M calls/second ≈ 2.03M calls/frame (@ 60fps). See AlsoLeave a Comment |