Package com.adobe.fontengine.math
Class F2Dot14
java.lang.Object
com.adobe.fontengine.math.F2Dot14
Constants and operations on fixed 2.14 numbers.
The value v is represented by the v .
int value
2^14 * -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ZERO
public static final int ZERO- See Also:
-
ONE
public static final int ONE- See Also:
-
ONE_SIXTEENTH
public static final int ONE_SIXTEENTH- See Also:
-
-
Constructor Details
-
F2Dot14
public F2Dot14()
-
-
Method Details
-
multiply
public static int multiply(int v1, int v2) -
square
public static int square(int v) -
fromDouble
public static int fromDouble(double v) -
toDouble
public static double toDouble(int v) -
toString
-