| 380 | } |
| 381 | |
| 382 | bool EveEllipseSet::GetBoundingSphere( Vector4& sphere, BoundingSphereQuery query ) const |
| 383 | { |
| 384 | sphere = m_boundingSphere; |
| 385 | BoundingSphereTransform( m_worldTransform, sphere ); |
| 386 | return true; |
| 387 | } |
| 388 | |
| 389 | void EveEllipseSet::GetLocalToWorldTransform( Matrix& transform ) const |
| 390 | { |
nothing calls this directly
no test coverage detected