|
Blender V5.0
|
Go to the source code of this file.
Classes | |
| struct | float2 |
Functions | |
| ccl_device_inline float2 | make_float2 (const float x, const float y) |
| ccl_device_inline float2 | make_float2 (const float f) |
| ccl_device_inline float2 | make_float2 (const int2 i) |
| ccl_device_inline int2 | make_int2 (const float2 f) |
| ccl_device_inline void | print_float2 (const ccl_private char *label, const float2 a) |
| ccl_device_inline float2 make_float2 | ( | const float | f | ) |
Definition at line 45 of file types_float2.h.
References ccl_device_inline.
| ccl_device_inline float2 make_float2 | ( | const float | x, |
| const float | y ) |
Definition at line 38 of file types_float2.h.
References ccl_device_inline, x, and y.
| ccl_device_inline float2 make_float2 | ( | const int2 | i | ) |
Definition at line 50 of file types_float2.h.
References ccl_device_inline, i, and make_float2.
| ccl_device_inline int2 make_int2 | ( | const float2 | f | ) |
Definition at line 55 of file types_float2.h.
References ccl_device_inline, make_int2(), float2::x, and float2::y.
Referenced by make_int2().
| ccl_device_inline void print_float2 | ( | const ccl_private char * | label, |
| const float2 | a ) |
Definition at line 63 of file types_float2.h.
References ccl_device_inline, ccl_private, printf, float2::x, and float2::y.