| 3735 | } |
| 3736 | |
| 3737 | bool EveSpaceObject2::GetImpostorBoundingSphere( Vector4& sphere ) const |
| 3738 | { |
| 3739 | return GetBoundingSphere( sphere ); |
| 3740 | } |
| 3741 | |
| 3742 | void EveSpaceObject2::GetLastImpostorBoundingSphere( Vector4& sphere ) const |
| 3743 | { |
no test coverage detected