QuaternionAccumulator.Subtract
Method in QuaternionAccumulator
Declaration
protected override Quaternion Subtract(Quaternion value)Description
Decreases the accumulated total by a given value.
Parameters
| value | The value to subtract from the total. |
Returns
| Quaternion | The new total value. |