CGVector constructor

CGVector(
  1. double dx,
  2. double dy
)

Implementation

CGVector(double dx, double dy) : super(dx, dy);