rvg.keystone20
Class MeshPoint

java.lang.Object
  extended by rvg.keystone20.MeshPoint

public class MeshPoint
extends java.lang.Object

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)
           
protected  void setControlPoint(boolean cp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

u

public float u

v

public float v
Method Detail

isControlPoint

public boolean isControlPoint()

moveTo

public void moveTo(float x,
                   float y)

setControlPoint

protected void setControlPoint(boolean cp)