PtzVector constructor

PtzVector({
  1. Vector2D? panTilt,
  2. Vector1D? zoom,
})

Implementation

PtzVector({this.panTilt, this.zoom});