|
Blender V4.5
|
#include <math_base.h>
Public Member Functions | |
| ccl_device_inline_method bool | is_empty () const |
| ccl_device_inline_method bool | contains (T value) const |
| ccl_device_inline_method T | length () const |
Public Attributes | |
| T | min |
| T | max |
Definition at line 855 of file math_base.h.
|
inline |
Definition at line 865 of file math_base.h.
References ccl_device_inline_method, max, min, and T.
Referenced by sync_smoke_volume().
|
inline |
Definition at line 859 of file math_base.h.
References ccl_device_inline_method, max, and min.
Referenced by bsdf_hair_huang_eval().
|
inline |
Definition at line 870 of file math_base.h.
References ccl_device_inline_method, max, min, and T.
Referenced by bsdf_hair_huang_eval().
Definition at line 857 of file math_base.h.
Referenced by contains(), is_empty(), and length().
Definition at line 856 of file math_base.h.
Referenced by contains(), is_empty(), length(), and operator/=().