uk.ac.ed.computational_geometry.algorithm.marching_cubes
Class WyvillMarchingCubes.Intersection

java.lang.Object
  extended by uk.ac.ed.computational_geometry.algorithm.marching_cubes.WyvillMarchingCubes.Intersection
Enclosing class:
WyvillMarchingCubes

protected static class WyvillMarchingCubes.Intersection
extends Object


Field Summary
protected  Cube cube
           
protected  Cube.Edge edge
           
 
Method Summary
 Cube getCube()
           
 Cube.Edge getEdge()
           
 javax.vecmath.Point3d[] getEndPoints()
           
 javax.vecmath.Point3d getIntersectionPoint()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cube

protected Cube cube

edge

protected Cube.Edge edge
Method Detail

getCube

public Cube getCube()

getEdge

public Cube.Edge getEdge()

getEndPoints

public javax.vecmath.Point3d[] getEndPoints()

getIntersectionPoint

public javax.vecmath.Point3d getIntersectionPoint()

toString

public String toString()
Overrides:
toString in class Object