JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
javax.vecmath.GMatrix.epsilonEquals(GMatrix, float)
Use epsilonEquals(GMatrix, double) instead
javax.vecmath.GVector.interpolate(GVector, GVector, float)
Use interpolate(GVector, GVector, double) instead
javax.vecmath.Matrix4d.epsilonEquals(Matrix4d, float)
Use epsilonEquals(Matrix4d,double) instead
javax.vecmath.Tuple3d.clamp(float, float, Tuple3d)
Use clamp(double,double,Tuple3d) instead
javax.vecmath.Tuple3d.clampMax(float, Tuple3d)
Use clampMax(double,Tuple3d) instead
javax.vecmath.Tuple3d.clampMin(float, Tuple3d)
Use clampMin(double,Tuple3d) instead
javax.vecmath.Tuple3d.interpolate(Tuple3d, Tuple3d, float)
Use interpolate(Tuple3d,Tuple3d,double) instead
javax.vecmath.Tuple3d.scaleAdd(double, Tuple3f)
Use scaleAdd(double,Tuple3d) instead
javax.vecmath.Tuple4d.clamp(float, float, Tuple4d)
Use clamp(double,double,Tuple4d) instead
javax.vecmath.Tuple4d.clampMax(float, Tuple4d)
Use clampMax(double,Tuple4d) instead
javax.vecmath.Tuple4d.clampMin(float, Tuple4d)
Use clampMin(double,Tuple4d) instead
javax.vecmath.Tuple4d.interpolate(Tuple4d, Tuple4d, float)
Use interpolate(Tuple4d,Tuple4d,double) instead
javax.vecmath.Tuple4d.scaleAdd(float, Tuple4d)
Use scaleAdd(double,Tuple4d) instead
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
JavaScript is disabled on your browser.