Blender
V3.3
|
#include <cstdio>
Go to the source code of this file.
Functions | |
ccl_device_inline float2 | make_float2 (float x, float y) |
ccl_device_inline void | print_float2 (const char *label, const float2 &a) |
ccl_device_inline float2 make_float2 | ( | float | x, |
float | y | ||
) |
Definition at line 32 of file types_float2_impl.h.
References Freestyle::a, x, and y.
ccl_device_inline void print_float2 | ( | const char * | label, |
const float2 & | a | ||
) |
Definition at line 38 of file types_float2_impl.h.
References Freestyle::a, and label.