Blender
V3.3
|
#include <types_float3.h>
Public Member Functions | |
ccl_device_inline_method | packed_float3 () |
ccl_device_inline_method | packed_float3 (const float3 &a) |
ccl_device_inline_method | operator float3 () const |
ccl_device_inline_method packed_float3 & | operator= (const float3 &a) |
Public Attributes | |
float | x |
float | y |
float | z |
Definition at line 54 of file types_float3.h.
|
inline |
Definition at line 55 of file types_float3.h.
|
inline |
Definition at line 57 of file types_float3.h.
|
inline |
Definition at line 61 of file types_float3.h.
References make_float3(), x, y, and z.
|
inline |
Definition at line 66 of file types_float3.h.
References Freestyle::a, x, y, and z.
float packed_float3::x |
Definition at line 74 of file types_float3.h.
Referenced by operator float3(), and operator=().
float packed_float3::y |
Definition at line 74 of file types_float3.h.
Referenced by operator float3(), and operator=().
float packed_float3::z |
Definition at line 74 of file types_float3.h.
Referenced by operator float3(), and operator=().