public abstract class VertexData extends Object
| Constructor and Description |
|---|
VertexData() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getIndex(int idx) |
abstract int |
getIndexCount() |
void |
getTriangle(int firstIndex,
Vector3f scale,
Vector3f[] triangle) |
abstract <T extends Tuple3f> |
getVertex(int idx,
T out) |
abstract int |
getVertexCount() |
abstract void |
setVertex(int idx,
float x,
float y,
float z) |
void |
setVertex(int idx,
Tuple3f t) |
public abstract int getVertexCount()
public abstract int getIndexCount()
public abstract <T extends Tuple3f> T getVertex(int idx, T out)
public abstract void setVertex(int idx,
float x,
float y,
float z)
public void setVertex(int idx,
Tuple3f t)
public abstract int getIndex(int idx)