Class F2Dot14Vector

java.lang.Object
com.adobe.fontengine.math.F2Dot14Vector

public class F2Dot14Vector extends Object
A 2-component vector of fixed 2.14 numbers.
  • Field Details

    • x

      public int x
    • y

      public int y
  • Constructor Details

    • F2Dot14Vector

      public F2Dot14Vector(int x, int y)
  • Method Details