|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.vecmath.Tuple2f | +--javax.vecmath.TexCoord2f
A 2-element vector that is represented by single-precision floating point x,y coordinates.
Field Summary |
Fields inherited from class javax.vecmath.Tuple2f |
x, y |
Constructor Summary | |
TexCoord2f()
Constructs and initializes a TexCoord2f to (0,0). |
|
TexCoord2f(float[] v)
Constructs and initializes a TexCoord2f from the specified array. |
|
TexCoord2f(float x,
float y)
Constructs and initializes a TexCoord2f from the specified xy coordinates. |
|
TexCoord2f(TexCoord2f v1)
Constructs and initializes a TexCoord2f from the specified TexCoord2f. |
|
TexCoord2f(Tuple2f t1)
Constructs and initializes a TexCoord2f from the specified Tuple2f. |
Methods inherited from class javax.vecmath.Tuple2f |
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, hashCode, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, set, sub, sub, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TexCoord2f(float x, float y)
x
- the x coordinatey
- the y coordinatepublic TexCoord2f(float[] v)
v
- the array of length 2 containing xy in orderpublic TexCoord2f(TexCoord2f v1)
v1
- the TexCoord2f containing the initialization x y datapublic TexCoord2f(Tuple2f t1)
t1
- the Tuple2f containing the initialization x y datapublic TexCoord2f()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |