Blender V4.3
packed_float3 Struct Reference

#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_float3operator= (const float3 &a)

Public Attributes

float x
float y
float z

Detailed Description

Definition at line 70 of file types_float3.h.

Constructor & Destructor Documentation

◆ packed_float3() [1/2]

ccl_device_inline_method packed_float3::packed_float3 ( )
inline

Definition at line 71 of file types_float3.h.

References ccl_device_inline_method.

Referenced by operator=().

◆ packed_float3() [2/2]

ccl_device_inline_method packed_float3::packed_float3 ( const float3 & a)
inline

Definition at line 73 of file types_float3.h.

References ccl_device_inline_method, x, y, and z.

Member Function Documentation

◆ operator float3()

ccl_device_inline_method packed_float3::operator float3 ( ) const
inline

Definition at line 75 of file types_float3.h.

References ccl_device_inline_method, make_float3(), x, y, and z.

◆ operator=()

ccl_device_inline_method packed_float3 & packed_float3::operator= ( const float3 & a)
inline

Definition at line 80 of file types_float3.h.

References ccl_device_inline_method, packed_float3(), float3::x, x, float3::y, y, float3::z, and z.

Member Data Documentation

◆ x

float packed_float3::x

Definition at line 88 of file types_float3.h.

Referenced by operator float3(), operator=(), and packed_float3().

◆ y

float packed_float3::y

Definition at line 88 of file types_float3.h.

Referenced by operator float3(), operator=(), and packed_float3().

◆ z

float packed_float3::z

Definition at line 88 of file types_float3.h.

Referenced by operator float3(), operator=(), and packed_float3().


The documentation for this struct was generated from the following file: