Blender  V3.3
Functions
types_float4_impl.h File Reference
#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)
 

Function Documentation

◆ make_float4() [1/3]

ccl_device_inline float4 make_float4 ( const int4 i)

Definition at line 78 of file types_float4_impl.h.

References Freestyle::a, float(), int4::w, int4::x, int4::y, and int4::z.

◆ make_float4() [2/3]

ccl_device_inline float4 make_float4 ( float  f)

Definition at line 58 of file types_float4_impl.h.

References Freestyle::a.

◆ make_float4() [3/3]

ccl_device_inline float4 make_float4 ( float  x,
float  y,
float  z,
float  w 
)

Definition at line 68 of file types_float4_impl.h.

References Freestyle::a, w(), x, y, and z.

◆ print_float4()

ccl_device_inline void print_float4 ( const char *  label,
const float4 a 
)

Definition at line 88 of file types_float4_impl.h.

References Freestyle::a, and label.

Referenced by print_projection(), and print_transform().