Blender
V3.3
|
#include <cstdio>
Go to the source code of this file.
Functions | |
ccl_device_inline int3 | make_int3 (int i) |
ccl_device_inline int3 | make_int3 (int x, int y, int z) |
ccl_device_inline void | print_int3 (const char *label, const int3 &a) |
ccl_device_inline int3 make_int3 | ( | int | i | ) |
Definition at line 62 of file types_int3_impl.h.
References Freestyle::a.
ccl_device_inline int3 make_int3 | ( | int | x, |
int | y, | ||
int | z | ||
) |
Definition at line 72 of file types_int3_impl.h.
References Freestyle::a, x, y, and z.
ccl_device_inline void print_int3 | ( | const char * | label, |
const int3 & | a | ||
) |
Definition at line 83 of file types_int3_impl.h.
References Freestyle::a, and label.