net.sourceforge.arbaro.mesh
Class UVVector

java.lang.Object
  extended by net.sourceforge.arbaro.mesh.UVVector

public final class UVVector
extends java.lang.Object

Author:
wdiestel TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 double u
           
 double v
           
 
Constructor Summary
UVVector(double u_, double v_)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

u

public double u

v

public double v
Constructor Detail

UVVector

public UVVector(double u_,
                double v_)