CdAcceleration class
Minimal accelerometer sample the host maps its sensor package's event onto,
so the SDK never depends on any specific sensor plugin's types. Units are
m/s² including gravity (the sensors_plus convention).
- Annotations
Constructors
- CdAcceleration(double x, double y, double z)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited