OrientationEvent.fromList constructor

OrientationEvent.fromList(
  1. List<double> list
)

Implementation

OrientationEvent.fromList(List<double> list)
    : yaw = list[0],
      pitch = list[1],
      roll = list[2];