QuaternionAccumulator.Add


Declaration

protected override Quaternion Add(Quaternion value)

Description

Increases the accumulated total by a given value.

Parameters

valueThe value to add to the total.

Returns

QuaternionThe new total value.