com.sun.opengl.util
Class FixedPoint
java.lang.Object
com.sun.opengl.util.FixedPoint
public class FixedPoint
- extends Object
Method Summary |
static int |
div(int x1,
int x2)
|
static int |
mult(int x1,
int x2)
|
static int |
toFixed(float value)
|
static int |
toFixed(int value)
|
static float |
toFloat(int value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedPoint
public FixedPoint()
toFixed
public static final int toFixed(int value)
toFixed
public static final int toFixed(float value)
toFloat
public static final float toFloat(int value)
mult
public static final int mult(int x1,
int x2)
div
public static final int div(int x1,
int x2)
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.