public static class Model.TexVertex
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
TexVertex() |
TexVertex(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
Vector2d |
getCoord()
Vertex texture coordinates.
|
static long |
getCPtr(Model.TexVertex obj) |
void |
setCoord(Vector2d coord)
Vertex texture coordinates.
|
public TexVertex(long cPtr,
boolean cMemoryOwn)
public TexVertex()
public static long getCPtr(Model.TexVertex obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setCoord(Vector2d coord)
public Vector2d getCoord()