|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.gpuflux.scene.volume.FluxVertex
public class FluxVertex
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 |
---|
public Vector3d normal
public Point3d point
public Point2d uv
Constructor Detail |
---|
public FluxVertex(Point3d point, Vector3d normal, Point2d uv)
Method Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
public void transform(Matrix4d m, Matrix4d n)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |