| 232 | } |
| 233 | |
| 234 | float TriFrustum::GetPixelSizeAccross( const Vector4* sphere ) const |
| 235 | { |
| 236 | return GetPixelSizeAccross( *reinterpret_cast<const Vector3*>( sphere ), sphere->w ); |
| 237 | } |
| 238 | |
| 239 | float TriFrustum::GetPixelSizeAccrossEst( const Vector4* sphere ) const |
| 240 | { |
no test coverage detected