MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetPixelSizeAccross

Method GetPixelSizeAccross

trinity/TriFrustum.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

AddPointLightMethod · 0.80
AddLightMethod · 0.80
SetLODMethod · 0.80
UpdateVisibilityMethod · 0.80
GetSizeInShadowMethod · 0.80
MergeLODMethod · 0.80
UpdateVisibilityMethod · 0.80
UpdateVisibilityMethod · 0.80
UpdateVisibilityMethod · 0.80
UpdateVisibilityMethod · 0.80
EstimatePixelDiameterMethod · 0.80
UpdateVisibilityMethod · 0.80

Calls 1

LengthSqFunction · 0.85

Tested by

no test coverage detected