OBBCenter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (boldiness...no glossary) |
||
Line 1: | Line 1: | ||
== const Vector& CCollisionProperty::OBBCenter( ) const == | == const Vector& CCollisionProperty::'''OBBCenter'''( ) const == | ||
Returns the center of the | Returns the center of the collision hull. This is also used for <code>CBaseEntity::WorldSpaceCenter()</code> and <code>CBaseEntity::BodyTarget()</code>. | ||
[[Category:Functions]] | [[Category:Functions]] |
Revision as of 15:15, 22 July 2006
const Vector& CCollisionProperty::OBBCenter( ) const
Returns the center of the collision hull. This is also used for CBaseEntity::WorldSpaceCenter()
and CBaseEntity::BodyTarget()
.