nw::gfx::AnimWeightNearlyEqual Function
bool AnimWeightNearlyEqual(
const float weight,
const float value
);
| Name | Description | |
|---|---|---|
| in | weight | Weight. |
| in | value | Value to compare. |
true if weight and value are nearly equal to each other (in other words, if their difference is less than or equal to the margin of error). Compares animation weights.
CONFIDENTIAL