Class JsPlane

java.lang.Object
  extended byJsPlane

public class JsPlane
extends java.lang.Object


Constructor Summary
JsPlane(JsVect3D Normal, double Constant)
          Construtor for Js Vects
 
Method Summary
 double getConstant()
           
 double[] getData()
           
 JsVect3D getNormal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsPlane

public JsPlane(JsVect3D Normal,
               double Constant)
Construtor for Js Vects

Method Detail

getNormal

public JsVect3D getNormal()

getConstant

public double getConstant()

getData

public double[] getData()