Go to the source code of this file.
#define CLAMP |
( |
|
EXPR, |
|
|
|
TYPE |
|
) |
| SYSclamp((EXPR), (TYPE)myMin, (TYPE)myMax) |
#define CLAMP_ARRAY |
( |
|
TYPE | ) |
|
Value:for(
int i=0; i<
data.entries(); i++) \
UT_Vector3T< T > SYSclamp(const UT_Vector3T< T > &v, const UT_Vector3T< T > &min, const UT_Vector3T< T > &max)
Definition at line 104 of file GT_DAClampedArray.h.
#define CLAMP_VALUES |
( |
|
TYPE | ) |
|
Value:for(
exint i=0; i<sz; i++) \
d[i] =
SYSclamp(d[i], TYPE(myMin), TYPE(myMax))
UT_Vector3T< T > SYSclamp(const UT_Vector3T< T > &v, const UT_Vector3T< T > &min, const UT_Vector3T< T > &max)
Definition at line 74 of file GT_DAClampedArray.h.