Returns the center of the bounding box in world coordinates
| 511 | |
| 512 | /// Returns the center of the bounding box in world coordinates |
| 513 | Point3F getBoxCenter() const { return ( mWorldBox.minExtents + mWorldBox.maxExtents ) * 0.5f; } |
| 514 | |
| 515 | /// Sets the Object -> World transform |
| 516 | /// |
no outgoing calls
no test coverage detected