Class F26Dot6Vector

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

public class F26Dot6Vector extends Object
A 2-component vector of fixed 26.6 numbers}.
  • Field Details

    • x

      public int x
    • y

      public int y
  • Constructor Details

    • F26Dot6Vector

      public F26Dot6Vector(int x, int y)
    • F26Dot6Vector

      public F26Dot6Vector()
  • Method Details