atavism.server.math
Class Plane
java.lang.Object
atavism.server.math.Plane
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class Plane
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
this object is not thread safe
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
normal
protected AOVector normal
d
protected float d
Plane
public Plane()
Plane
public Plane(AOVector normal,
AOVector point)
Plane
public Plane(AOVector normal,
float dist)
Plane
public Plane(Point intPoint0,
Point intPoint1,
Point intPoint2)
Plane
public Plane(AOVector point0,
AOVector point1,
AOVector point2)
getSide
public Plane.PlaneSide getSide(AOVector point)
getDistance
public float getDistance(AOVector point)
getNormal
public AOVector getNormal()
getD
public float getD()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object