MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / degToRad

Function degToRad

TheForceEngine/TFE_System/math.h:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 bool closestPointBetweenLines(const Vec3f* p1, const Vec3f* p2, const Vec3f* p3, const Vec3f* p4, f32* u, f32* v);
165
166 inline f32 degToRad(f32 deg)
167 {
168 return deg * (PI / 180.0f);
169 }
170
171 inline f32 radToDeg(f32 rad)
172 {

Callers 1

updateSlopeDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected