computational.geometry.rendering3d
Class Plane3D
java.lang.Object
computational.geometry.rendering3d.Plane3D
public class Plane3D
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Plane3D
public Plane3D(double na,
double nb,
double nc,
double nd)
Plane3D
public Plane3D(Triangle3D t)
equals
public boolean equals(Plane3D p)
getDirection
public Point3D getDirection()
intersectSegment
public Point3D intersectSegment(Point3D A,
Point3D B)
side
public int side(Point3D p)