azimuth method

DropShadow azimuth(
  1. int azimuth
)

Implementation

DropShadow azimuth(int azimuth) {
  _azimuth = azimuth;
  return this;
}