|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdeadpixel.keystone.MeshPoint
public class MeshPoint
Represents a single point in the mesh, along with its precomputed (u,v) texture coordinates.
Field Summary | |
---|---|
float |
u
|
float |
v
|
float |
x
|
float |
y
|
Method Summary | |
---|---|
boolean |
isControlPoint()
|
void |
moveTo(float x,
float y)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float x
public float y
public float u
public float v
Method Detail |
---|
public boolean isControlPoint()
public void moveTo(float x, float y)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |