Home
last modified time | relevance | path

Searched defs:Plane (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/math/
DPlane.java24 public class Plane implements Serializable { class
41 public Plane () { in Plane() method in Plane
49 public Plane (Vector3 normal, float d) { in Plane() method in Plane
58 public Plane (Vector3 normal, Vector3 point) { in Plane() method in Plane
69 public Plane (Vector3 point1, Vector3 point2, Vector3 point3) { in Plane() method in Plane
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DPlane.java48 public class Plane implements Savable, Cloneable, java.io.Serializable { class
75 public Plane() { in Plane() method in Plane
87 public Plane(Vector3f normal, float constant) { in Plane() method in Plane
/external/dng_sdk/source/
Ddng_misc_opcodes.h109 const uint32 Plane () const in Plane() function
/external/eigen/test/
Dgeo_hyperplane.cpp120 typedef Hyperplane<Scalar, 3> Plane; in planes() typedef
/external/v8/benchmarks/
Draytrace.js469 Flog.RayTracer.Shape.Plane.prototype = { class in Flog.RayTracer.Shape