de.grogra.gpuflux.scene.volume
Class FluxVertex

java.lang.Object
  extended by de.grogra.gpuflux.scene.volume.FluxVertex

public class FluxVertex
extends java.lang.Object

Author:
Dietger van Antwerpen

Field Summary
 Vector3d normal
           
 Point3d point
           
 Point2d uv
           
 
Constructor Summary
FluxVertex(Point3d point, Vector3d normal, Point2d uv)
           
 
Method Summary
 java.lang.Object clone()
           
 void transform(Matrix4d m, Matrix4d n)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

normal

public Vector3d normal

point

public Point3d point

uv

public Point2d uv
Constructor Detail

FluxVertex

public FluxVertex(Point3d point,
                  Vector3d normal,
                  Point2d uv)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

transform

public void transform(Matrix4d m,
                      Matrix4d n)