|
Blender V5.0
|
#include <bsdf_util.h>
Public Member Functions | |
| ccl_device_inline_method complex< T > | operator*= (ccl_private const complex< T > &other) |
| ccl_device_inline_method complex< T > | operator* (ccl_private const float &other) |
Public Attributes | |
| T | re |
| T | im |
Definition at line 24 of file bsdf_util.h.
|
inline |
Definition at line 36 of file bsdf_util.h.
References ccl_device_inline_method, and ccl_private.
|
inline |
Definition at line 28 of file bsdf_util.h.
References ccl_device_inline_method, ccl_private, im, and T.
Definition at line 26 of file bsdf_util.h.
Referenced by fresnel_conductor_polarized(), fresnel_iridescence(), iridescence_airy_summation(), and operator*=().
Definition at line 25 of file bsdf_util.h.
Referenced by fresnel_conductor_polarized(), fresnel_iridescence(), and iridescence_airy_summation().