Serializable
, Cloneable
public class TexCoord4f extends Tuple4f implements Serializable
Constructor | Description |
---|---|
TexCoord4f() |
Constructs and initializes a TexCoord4f to (0,0,0,0).
|
TexCoord4f(float[] v) |
Constructs and initializes a TexCoord4f from the array of length 4.
|
TexCoord4f(float x,
float y,
float z,
float w) |
Constructs and initializes a TexCoord4f from the specified xyzw
coordinates.
|
TexCoord4f(TexCoord4f v1) |
Constructs and initializes a TexCoord4f from the specified TexCoord4f.
|
TexCoord4f(Tuple4d t1) |
Constructs and initializes a TexCoord4f from the specified Tuple4d.
|
TexCoord4f(Tuple4f t1) |
Constructs and initializes a TexCoord4f from the specified Tuple4f.
|
finalize, getClass, notify, notifyAll, wait, wait, wait
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, get, getW, getX, getY, getZ, hashCode, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, set, setW, setX, setY, setZ, sub, sub, toString
public TexCoord4f(float x, float y, float z, float w)
x
- the x coordinatey
- the y coordinatez
- the z coordinatew
- the w coordinatepublic TexCoord4f(float[] v)
v
- the array of length w containing xyzw in orderpublic TexCoord4f(TexCoord4f v1)
v1
- the TexCoord4f containing the initialization x y z w datapublic TexCoord4f(Tuple4f t1)
t1
- the Tuple4f containing the initialization x y z w datapublic TexCoord4f(Tuple4d t1)
t1
- the Tuple4d containing the initialization x y z w datapublic TexCoord4f()