This version of the function should not update the object
| 80 | |
| 81 | // This version of the function should not update the object |
| 82 | void EveLineContainer::GetModelCenterWorldPosition( Vector3& position ) const |
| 83 | { |
| 84 | if( m_lineSet ) |
| 85 | { |
| 86 | m_lineSet->GetModelCenterWorldPosition( position ); |
| 87 | } |
| 88 | } |
| 89 | |
| 90 | // If possible, return an AABB in local coordinates |
| 91 | bool EveLineContainer::GetLocalBoundingBox( Vector3& min, Vector3& max ) |
no outgoing calls
no test coverage detected