azimuthAngle property

double azimuthAngle

Implementation

double get azimuthAngle => js_util.getProperty(this, 'azimuthAngle');
void azimuthAngle=(double newValue)

Implementation

set azimuthAngle(double newValue) {
  js_util.setProperty(this, 'azimuthAngle', newValue);
}