Class F16Dot16Vector

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

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

    • x

      public int x
    • y

      public int y
  • Constructor Details

    • F16Dot16Vector

      public F16Dot16Vector()
  • Method Details