net.sourceforge.arbaro.mesh
Class Vertex

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

public final class Vertex
extends java.lang.Object

A class holding a point and a normal vector

Author:
Wolfram Diestel

Field Summary
 Vector normal
           
 Vector point
           
 UVVector uv
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

point

public Vector point

normal

public Vector normal

uv

public UVVector uv