XNACS1Lib: CSS490 Spring 2011
Retruns if the current velocity is non-zero.

Namespace: XNACS1Lib
Assembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0

Syntax

C#
public bool HasNonZeroVelocity()

Return Value

True, if velocity is non-zero, otherwise, returns false.

Remarks

When a primitive is moving very slowly (speed at 1/100,000 of world dimension), its velocity will be set to zero. This avoids final "jittering" of primitives that are moving very slowly.

See Also