Inheritance
System.Object
VelocityEstimate
public class VelocityEstimate
Constructors
Declaration
public VelocityEstimate(Offset pixelsPerSecond, float confidence, TimeSpan duration, Offset offset)
Parameters
Type |
Name |
Description |
Offset |
pixelsPerSecond |
|
System.Single |
confidence |
|
System.TimeSpan |
duration |
|
Offset |
offset |
|
Fields
Declaration
public readonly float confidence
Field Value
Type |
Description |
System.Single |
|
Declaration
public readonly TimeSpan duration
Field Value
Type |
Description |
System.TimeSpan |
|
Declaration
public readonly Offset offset
Field Value
Declaration
public readonly Offset pixelsPerSecond
Field Value
Methods
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()