|
Blender V5.0
|
#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 870 of file math_base.h.
|
inline |
Definition at line 880 of file math_base.h.
References ccl_device_inline_method, max, min, and T.
Referenced by sync_smoke_volume().
|
inline |
Definition at line 874 of file math_base.h.
References ccl_device_inline_method, max, and min.
Referenced by bsdf_hair_huang_eval().
|
inline |
Definition at line 885 of file math_base.h.
References ccl_device_inline_method, max, min, and T.
Referenced by bsdf_hair_huang_eval().
Definition at line 872 of file math_base.h.
Referenced by contains(), is_empty(), length(), pdf_exponential_distribution(), and sample_exponential_distribution().
Definition at line 871 of file math_base.h.
Referenced by contains(), is_empty(), length(), operator/=(), pdf_exponential_distribution(), and sample_exponential_distribution().