Uses of Class
com.threerings.math.Plane

Packages that use Plane
com.threerings.math Model and animation configurations. 
com.threerings.opengl.compositor   
com.threerings.opengl.renderer   
com.threerings.tudey.tools Tudey tools. 
 

Uses of Plane in com.threerings.math
 

Fields in com.threerings.math declared as Plane
static Plane Plane.XY_PLANE
          The X/Y plane.
static Plane Plane.XZ_PLANE
          The X/Z plane.
static Plane Plane.YZ_PLANE
          The Y/Z plane.
 

Methods in com.threerings.math that return Plane
 Plane Plane.fromPointNormal(Vector3f pt, Vector3f normal)
          Sets this plane based on a point on the plane and the plane normal.
 Plane Plane.fromPoints(Vector3f p1, Vector3f p2, Vector3f p3)
          Sets this plane based on the three points provided.
 Plane Plane.negate()
          Negates this plane.
 Plane Plane.negate(Plane result)
          Negates this plane, placing the result in the object provided.
 Plane Plane.negateLocal()
          Negates this plane in-place.
 Plane Plane.set(float[] values)
          Sets the parameters of the plane.
 Plane Plane.set(float a, float b, float c, float d)
          Sets the parameters of the plane.
 Plane Plane.set(Plane other)
          Copies the parameters of another plane.
 Plane Plane.set(Vector3f normal, float constant)
          Sets the parameters of the plane.
 Plane Plane.transform(Transform3D transform)
          Transforms this plane by the specified transformation.
 Plane Plane.transform(Transform3D transform, Plane result)
          Transforms this plane by the specified transformation, placing the result in the object provided.
 Plane Plane.transformLocal(Transform3D transform)
          Transforms this plane in-place by the specified transformation.
 

Methods in com.threerings.math with parameters of type Plane
 Plane Plane.negate(Plane result)
          Negates this plane, placing the result in the object provided.
 Plane Plane.set(Plane other)
          Copies the parameters of another plane.
 Matrix4f Matrix4f.setToReflection(Plane plane)
          Sets this to a reflection across the specified plane.
 Matrix4f Matrix4f.setToSkew(Plane plane, Vector3f amount)
          Sets this to a skew by the specified amount relative to the given plane.
 Plane Plane.transform(Transform3D transform, Plane result)
          Transforms this plane by the specified transformation, placing the result in the object provided.
 

Constructors in com.threerings.math with parameters of type Plane
Plane(Plane other)
          Copy constructor.
 

Uses of Plane in com.threerings.opengl.compositor
 

Fields in com.threerings.opengl.compositor declared as Plane
 Plane Dependency.Planar.eyePlane
          The eye space plane.
 Plane Dependency.Planar.worldPlane
          The world space plane of reflection or refraction.
 

Uses of Plane in com.threerings.opengl.renderer
 

Methods in com.threerings.opengl.renderer with parameters of type Plane
 void Renderer.setClipPlanes(Plane[] planes)
          Sets the user clip planes.
 

Uses of Plane in com.threerings.tudey.tools
 

Methods in com.threerings.tudey.tools that return Plane
 Plane EditorGrid.getPlane()
          Returns a reference to the grid plane.
 



Copyright © 2011. All Rights Reserved.