menu
metawear_dart package
documentation
data/quaternion.dart
Quaternion
w method
w method
dark_mode
light_mode
w
method
double
w
(
)
Gets the value of the w component @return w component value
Implementation
double w() { return vector[0]; }
metawear_dart package
documentation
data/quaternion
Quaternion
w method
Quaternion class