Searched defs:Plane (Results 1 – 5 of 5) sorted by relevance
24 public class Plane implements Serializable { class41 public Plane () { in Plane() method in Plane49 public Plane (Vector3 normal, float d) { in Plane() method in Plane58 public Plane (Vector3 normal, Vector3 point) { in Plane() method in Plane69 public Plane (Vector3 point1, Vector3 point2, Vector3 point3) { in Plane() method in Plane
48 public class Plane implements Savable, Cloneable, java.io.Serializable { class75 public Plane() { in Plane() method in Plane87 public Plane(Vector3f normal, float constant) { in Plane() method in Plane
109 const uint32 Plane () const in Plane() function
120 typedef Hyperplane<Scalar, 3> Plane; in planes() typedef
469 Flog.RayTracer.Shape.Plane.prototype = { class in Flog.RayTracer.Shape