QuaternionAccumulator.Add
Method in QuaternionAccumulator
Declaration
protected override Quaternion Add(Quaternion value)
Description
Increases the accumulated total by a given value.
Parameters
value | The value to add to the total. |
Returns
Quaternion | The new total value. |