MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / DegToRad

Function DegToRad

SampleFramework12/v1.00/SF12_Math.h:629–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629inline float DegToRad(float deg)
630{
631 return deg * (1.0f / 180.0f) * 3.14159265359f;
632}
633
634inline float RadToDeg(float rad)
635{

Callers 6

RenderDeferredMethod · 0.85
RenderMainPassMethod · 0.85
UpdateMethod · 0.85
Skybox.cppFile · 0.85
InitMethod · 0.85
RenderSkyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected