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

Function GetFieldOfView

trinity/Tr2Renderer_Blue.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58MAP_FUNCTION_AND_WRAP( "GetBackClip", GetBackClip, "Returns the far-plane z value." );
59
60static float GetFieldOfView()
61{
62 return Tr2Renderer::GetFieldOfView();
63}
64MAP_FUNCTION_AND_WRAP( "GetFieldOfView", GetFieldOfView, "Returns the field of view on the y-axis, in radians." );
65
66

Callers 8

TransformPointFunction · 0.85
UpdateTransformMethod · 0.85
OnModifiedMethod · 0.85
CalculateBoxPositionMethod · 0.85
RenderUpscalingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected