Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ GetFrustumPlane
Method
GetFrustumPlane
trinity/Tr2Renderer.cpp:525–528 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
523
}
524
525
void Tr2Renderer::GetFrustumPlane( size_t index, Vector4& plane )
526
{
527
s_frustumPlanes[index].GetValue( plane );
528
}
529
530
float Tr2Renderer::GetFieldOfView()
531
{
Callers
nothing calls this directly
Calls
1
GetValue
Method · 0.45
Tested by
no test coverage detected