/
cs
renderer
math
constants.h
Size: 226 bytes.
1 2 3 4 5 6 7 8
// cs/renderer/math/constants.h #ifndef CS_RENDERER_MATH_CONSTANTS_H #define CS_RENDERER_MATH_CONSTANTS_H #define PIf \ 3.141592653589793238462643383279502884197169399375105820974944 #endif // CS_RENDERER_MATH_CONSTANTS_H
v0
commit
cs-code-viewer-1:8080