UtilsCompute Avg Angular Velocity Method
Computes the average angular velocity.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
Average angular velocity in radians per second.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public static double ComputeAvgAngularVelocity(
int deltaEventCount,
int deltaPeriod
)VB
Public Shared Function ComputeAvgAngularVelocity (
deltaEventCount As Integer,
deltaPeriod As Integer
) As DoubleC++
public:
static double ComputeAvgAngularVelocity(
int deltaEventCount,
int deltaPeriod
)F#
static member ComputeAvgAngularVelocity :
deltaEventCount : int *
deltaPeriod : int -> float Parameters
Return Value
DoubleAverage angular velocity in radians per second.