mathematik
Class Plane3f

java.lang.Object
  extended by mathematik.Plane3f
All Implemented Interfaces:
java.io.Serializable

public class Plane3f
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 float d
           
 Vector3f normal
          these fields are not used by default and left uninitialized 'null'
 Vector3f origin
           
 Vector3f vectorA
           
 Vector3f vectorB
           
 
Constructor Summary
Plane3f()
           
Plane3f(Vector3f theOrigin, Vector3f theVectorA, Vector3f theVectorB)
           
 
Method Summary
 void updateD()
           
 void updateNormal()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origin

public Vector3f origin

vectorA

public Vector3f vectorA

vectorB

public Vector3f vectorB

normal

public Vector3f normal
these fields are not used by default and left uninitialized 'null'


d

public float d
Constructor Detail

Plane3f

public Plane3f()

Plane3f

public Plane3f(Vector3f theOrigin,
               Vector3f theVectorA,
               Vector3f theVectorB)
Method Detail

updateNormal

public void updateNormal()

updateD

public void updateD()


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009