Blender  V2.93
Functions
util_types_float3_impl.h File Reference
#include <cstdio>

Go to the source code of this file.

Functions

ccl_device_inline float3 make_float3 (float f)
 
ccl_device_inline float3 make_float3 (float x, float y, float z)
 
ccl_device_inline void print_float3 (const char *label, const float3 &a)
 

Function Documentation

◆ make_float3() [1/2]

ccl_device_inline float3 make_float3 ( float  f)

Definition at line 75 of file util_types_float3_impl.h.

References Freestyle::a.

◆ make_float3() [2/2]

ccl_device_inline float3 make_float3 ( float  x,
float  y,
float  z 
)

Definition at line 85 of file util_types_float3_impl.h.

◆ print_float3()

ccl_device_inline void print_float3 ( const char *  label,
const float3 a 
)

Definition at line 95 of file util_types_float3_impl.h.

References Freestyle::a, and label.