Class CGVector

All Implemented Interfaces:
Iterable<CGVector>

public class CGVector
extends Struct<CGVector>
  • Constructor Details

    • CGVector

      public CGVector()
    • CGVector

      public CGVector​(double dx, double dy)
  • Method Details

    • getDx

      public double getDx()
    • setDx

      public CGVector setDx​(double dx)
    • getDy

      public double getDy()
    • setDy

      public CGVector setDy​(double dy)