UtilsCompute Avg Angular Velocity Method
Computes the average angular velocity.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
Average angular velocity in radians per second.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
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.