Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
629
inline float DegToRad(float deg)
630
{
631
return deg * (1.0f / 180.0f) * 3.14159265359f;
632
}
633
634
inline float RadToDeg(float rad)
635
{
Callers
6
RenderDeferred
Method · 0.85
RenderMainPass
Method · 0.85
Update
Method · 0.85
Skybox.cpp
File · 0.85
Init
Method · 0.85
RenderSky
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected