MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / degtorad

Function degtorad

physx/samples/samplebase/SampleUtils.h:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 // PT: TODO: move those helpers to a shared place, this is also used in the SDK
41
42 PX_INLINE PxReal degtorad(PxReal d)
43 {
44 return d * PxPi / 180.0f;
45 }
46
47#endif

Callers 3

CameraMethod · 0.85
updateInternalsMethod · 0.85
BuildFrustumMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected