com.loader
Class Vertex

java.lang.Object
  extended by com.loader.Vertex

public class Vertex
extends java.lang.Object


Constructor Summary
Vertex()
           
Vertex(float x, float y, float z)
           
 
Method Summary
 float getX()
           
 float getY()
           
 float getZ()
           
 double norm()
           
 void setX(float x)
           
 void setY(float y)
           
 void setZ(float z)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vertex

public Vertex(float x,
              float y,
              float z)

Vertex

public Vertex()
Method Detail

getX

public float getX()

setX

public void setX(float x)

getY

public float getY()

setY

public void setY(float y)

getZ

public float getZ()

setZ

public void setZ(float z)

norm

public double norm()