|
Blender
V2.93
|
#include <cstdio>Go to the source code of this file.
Functions | |
| ccl_device_inline float4 | make_float4 (float f) |
| ccl_device_inline float4 | make_float4 (float x, float y, float z, float w) |
| ccl_device_inline float4 | make_float4 (const int4 &i) |
| ccl_device_inline void | print_float4 (const char *label, const float4 &a) |
| ccl_device_inline float4 make_float4 | ( | const int4 & | i | ) |
Definition at line 91 of file util_types_float4_impl.h.
References Freestyle::a, float(), int4::w, int4::x, int4::y, and int4::z.
| ccl_device_inline float4 make_float4 | ( | float | f | ) |
Definition at line 71 of file util_types_float4_impl.h.
References Freestyle::a.
| ccl_device_inline float4 make_float4 | ( | float | x, |
| float | y, | ||
| float | z, | ||
| float | w | ||
| ) |
Definition at line 81 of file util_types_float4_impl.h.
References Freestyle::a, w(), x, y, and z.
| ccl_device_inline void print_float4 | ( | const char * | label, |
| const float4 & | a | ||
| ) |
Definition at line 101 of file util_types_float4_impl.h.
References Freestyle::a, and label.
Referenced by print_projection(), and print_transform().