MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / Radians

Function Radians

include/luxrays/utils/utils.h:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185inline float Radians(float deg) {
186 return (M_PI / 180.f) * deg;
187}
188
189inline float Degrees(float rad) {
190 return (180.f / M_PI) * rad;

Callers 15

RotateXFunction · 0.85
RotateYFunction · 0.85
RotateZFunction · 0.85
RotateFunction · 0.85
PerspectiveFunction · 0.85
TessellateSolidMethod · 0.85
IndexOctreeMethod · 0.85
IES2ImageMapMethod · 0.85
PreprocessMethod · 0.85
PreprocessMethod · 0.85
PreprocessMethod · 0.85
DLSCBvhMethod · 0.85

Calls

no outgoing calls

Tested by 1

InitCameraDataMethod · 0.68