computational.geometry.rendering3d
Class Plane3D

java.lang.Object
  extended by computational.geometry.rendering3d.Plane3D

public class Plane3D
extends java.lang.Object


Constructor Summary
Plane3D(double na, double nb, double nc, double nd)
           
Plane3D(Triangle3D t)
           
 
Method Summary
 boolean equals(Plane3D p)
           
 Point3D getDirection()
           
 Point3D intersectSegment(Point3D A, Point3D B)
           
 int side(Point3D p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plane3D

public Plane3D(double na,
               double nb,
               double nc,
               double nd)

Plane3D

public Plane3D(Triangle3D t)
Method Detail

equals

public boolean equals(Plane3D p)

getDirection

public Point3D getDirection()

intersectSegment

public Point3D intersectSegment(Point3D A,
                                Point3D B)

side

public int side(Point3D p)