|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TexCoordf | |
|---|---|
| org.openmali.vecmath2 | |
| Uses of TexCoordf in org.openmali.vecmath2 |
|---|
| Classes in org.openmali.vecmath2 with type parameters of type TexCoordf | |
|---|---|
class |
TexCoordf<T extends TexCoordf<T>>
A simple abstract Texture-Coordinate. |
| Subclasses of TexCoordf in org.openmali.vecmath2 | |
|---|---|
class |
TexCoord1f
A simple Texture-Coordinate implementation for 1 value. |
class |
TexCoord2f
A simple Texture-Coordinate implementation for 2 values. |
class |
TexCoord3f
A simple Texture-Coordinate implementation for 3 values. |
class |
TexCoord4f
A simple Texture-Coordinate implementation for 4 values. |
| Methods in org.openmali.vecmath2 with parameters of type TexCoordf | |
|---|---|
boolean |
TexCoordf.equals(TexCoordf<?> texCoord2)
Returns true if all of the data members of Tuple3f t1 are equal to the corresponding data members in this |
static TexCoord1f |
TexCoord1f.newReadOnly(TexCoordf<?> texCoord)
Creates a new TexCoord1f instance. |
static TexCoord2f |
TexCoord2f.newReadOnly(TexCoordf<?> texCoord)
Creates a new TexCoord2f instance. |
static TexCoord3f |
TexCoord3f.newReadOnly(TexCoordf<?> texCoord)
Creates a new TexCoord3f instance. |
static java.nio.FloatBuffer |
TexCoordf.readFromBuffer(TexCoordf<?>[] texCoords,
java.nio.FloatBuffer buffer)
Reads the contents of this TexCoords from a FloatBuffer. |
static java.nio.FloatBuffer |
TexCoordf.readFromBuffer(TexCoordf<?>[] texCoords,
java.nio.FloatBuffer buffer,
int position)
Reads the contents of this TexCoords from a FloatBuffer. |
static java.nio.FloatBuffer |
TexCoordf.writeToBuffer(TexCoordf<?>[] texCoords,
java.nio.FloatBuffer buffer,
boolean clear,
boolean flip)
Writes the contents of this TexCoords to a FloatBuffer. |
static java.nio.FloatBuffer |
TexCoordf.writeToBuffer(TexCoordf<?>[] texCoords,
java.nio.FloatBuffer buffer,
int position,
boolean clear,
boolean flip)
Writes the contents of this TexCoords to a FloatBuffer. |
| Constructors in org.openmali.vecmath2 with parameters of type TexCoordf | |
|---|---|
TexCoord1f(boolean readOnly,
TexCoordf<?> texCoord)
Creates a new TexCoord1f instance. |
|
TexCoord1f(TexCoordf<?> texCoord)
Creates a new TexCoord1f instance. |
|
TexCoord2f(boolean readOnly,
TexCoordf<?> texCoord)
Creates a new TexCoord2f instance. |
|
TexCoord2f(TexCoordf<?> texCoord)
Creates a new TexCoord2f instance. |
|
TexCoord3f(boolean readOnly,
TexCoordf<?> texCoord)
Creates a new TexCoord3f instance. |
|
TexCoord3f(TexCoordf<?> texCoord)
Creates a new TexCoord3f instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||