OBBCenter: Difference between revisions

From Valve Developer Community
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 collisionhull. This is also used for <code>CBaseEntity::WorldSpaceCenter()</code> and <code>CBaseEntity::BodyTarget()</code>
Returns the center of the collision hull. This is also used for <code>CBaseEntity::WorldSpaceCenter()</code> and <code>CBaseEntity::BodyTarget()</code>.


[[Category:Glossary]]
[[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().