public class TextureCoordBuffer extends GLFloatBuffer
| Modifier and Type | Field and Description |
|---|---|
protected float[] |
mValues |
mBuffer| Constructor and Description |
|---|
TextureCoordBuffer(float... textCoords) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(GLState glState) |
static boolean |
compare(TextureCoordBuffer a,
TextureCoordBuffer b) |
void |
flipHorizontal() |
void |
flipVertical() |
static TextureCoordBuffer |
getDefault() |
static void |
getDefault(float[] values) |
float[] |
getValues() |
void |
rotateCCW() |
static void |
scale(float[] values,
float sx,
float sy) |
void |
scale(float sx,
float sy) |
void |
scale(PointF value) |
void |
setRectFlipVertical(float x,
float y,
float width,
float height) |
void |
setValues(float... values) |
java.lang.String |
toString() |
void |
unapply(GLState glState) |
disposepublic static void getDefault(float[] values)
public void setValues(float... values)
setValues in class GLFloatBufferpublic float[] getValues()
public void setRectFlipVertical(float x,
float y,
float width,
float height)
public void scale(float sx,
float sy)
public void scale(PointF value)
public void apply(GLState glState)
public void unapply(GLState glState)
public static TextureCoordBuffer getDefault()
public void flipHorizontal()
public void flipVertical()
public void rotateCCW()
public static void scale(float[] values,
float sx,
float sy)
public static boolean compare(TextureCoordBuffer a, TextureCoordBuffer b)
public java.lang.String toString()
toString in class java.lang.Object