Blender V4.3
types_float3_impl.h File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ make_float3() [1/2]

ccl_device_inline float3 make_float3 ( float f)

Definition at line 67 of file types_float3_impl.h.

References ccl_device_inline, and make_float3().

◆ make_float3() [2/2]

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

Definition at line 54 of file types_float3_impl.h.

References ccl_device_inline, x, y, and z().

Referenced by make_float3().

◆ print_float3()

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

Definition at line 78 of file types_float3_impl.h.

References ccl_device_inline, ccl_private, printf, float3::x, float3::y, and float3::z.