|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| ccl_device_inline float3 | make_float3 (float x, float y, float z) |
| ccl_device_inline float3 | make_float3 (float f) |
| ccl_device_inline void | print_float3 (ccl_private const char *label, const float3 a) |
| ccl_device_inline float3 make_float3 | ( | float | f | ) |
Definition at line 67 of file types_float3_impl.h.
References make_float3().
| ccl_device_inline float3 make_float3 | ( | float | x, |
| float | y, | ||
| float | z ) |
Definition at line 54 of file types_float3_impl.h.
Referenced by make_float3().
| ccl_device_inline void print_float3 | ( | ccl_private const char * | label, |
| const float3 | a ) |
Definition at line 78 of file types_float3_impl.h.