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