Back to class index
| OBB::SizeSyntaxfloat3 OBB::Size() const; [4 lines of code]Returns the side lengths of this OBB in its local x, y and z directions. Return Value2*r. Performancefloat3 OBB::Size() const4.105nsecs/call ≈ 243.59M calls/second ≈ 4.06M calls/frame (@ 60fps). 4.105nsecs/call ≈ 243.59M calls/second ≈ 4.06M calls/frame (@ 60fps). Syntaxfloat3 OBB::HalfSize() const; [4 lines of code]Returns the half-side lengths of this OBB in its local x, y and z directions. Return Valuer. Performance4.105nsecs/call ≈ 243.59M calls/second ≈ 4.06M calls/frame (@ 60fps). See AlsoLeave a Comment |