MCPcopy 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
525void Tr2Renderer::GetFrustumPlane( size_t index, Vector4& plane )
526{
527 s_frustumPlanes[index].GetValue( plane );
528}
529
530float Tr2Renderer::GetFieldOfView()
531{

Callers

nothing calls this directly

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected