QuaternionAccumulator.Subtract


Declaration

protected override Quaternion Subtract(Quaternion value)

Description

Decreases the accumulated total by a given value.

Parameters

valueThe value to subtract from the total.

Returns

QuaternionThe new total value.