Class Motion::VTPoint
Defined in File CoreMotionApi.h
Nested Relationships
This class is a nested type of Class Motion.
Class Documentation
-
class VTPoint
This class contains data for a VT (Velocity-Time) point.
Public Functions
-
VTPoint()
Public Members
-
double velocity
The velocity at this point.
-
double timeMilliseconds
The time at this point in milliseconds.
-
VTPoint()