Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
inline float Radians(float deg) {
186
return (M_PI / 180.f) * deg;
187
}
188
189
inline float Degrees(float rad) {
190
return (180.f / M_PI) * rad;
Callers
15
RotateX
Function · 0.85
RotateY
Function · 0.85
RotateZ
Function · 0.85
Rotate
Function · 0.85
Perspective
Function · 0.85
TessellateSolid
Method · 0.85
IndexOctree
Method · 0.85
IES2ImageMap
Method · 0.85
Preprocess
Method · 0.85
Preprocess
Method · 0.85
Preprocess
Method · 0.85
DLSCBvh
Method · 0.85
Calls
no outgoing calls
Tested by
1
InitCameraData
Method · 0.68