Uses of Package
com.jme.math

Packages that use com.jme.math
com.jme.animation   
com.jme.bounding   
com.jme.curve   
com.jme.image   
com.jme.input   
com.jme.input.action   
com.jme.input.controls.controller.camera   
com.jme.input.thirdperson   
com.jme.intersection   
com.jme.light   
com.jme.math   
com.jme.math.spring   
com.jme.renderer   
com.jme.renderer.jogl   
com.jme.renderer.lwjgl   
com.jme.renderer.pass   
com.jme.scene   
com.jme.scene.geometryinstancing   
com.jme.scene.geometryinstancing.instance   
com.jme.scene.shadow   
com.jme.scene.shape Standard geometric shapes. 
com.jme.scene.state   
com.jme.scene.state.jogl.records   
com.jme.system   
com.jme.system.dummy   
com.jme.util   
com.jme.util.geom   
com.jme.util.stat.graph   
com.jmex.audio   
com.jmex.awt.swingui   
com.jmex.editors.swing.widget   
com.jmex.effects   
com.jmex.effects.cloth   
com.jmex.effects.particles   
com.jmex.effects.water   
com.jmex.font3d   
com.jmex.font3d.effects   
com.jmex.font3d.math   
com.jmex.model   
com.jmex.model.animation   
com.jmex.model.converters   
com.jmex.model.converters.maxutils   
com.jmex.model.ogrexml.anim   
com.jmex.terrain   
com.jmex.terrain.util   
 

Classes in com.jme.math used by com.jme.animation
Matrix3f
          Matrix3f defines a 3x3 matrix.
Matrix4f
          Matrix4f defines and maintains a 4x4 matrix in row major order.
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
TransformQuaternion
          Started Date: Jul 16, 2004

Same as TransformMatrix, but stores rotations as quats, not Matrix3f.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.bounding
LineSegment
          LineSegment represents a segment in the space.
Matrix3f
          Matrix3f defines a 3x3 matrix.
Plane
          A plane in 3D space.
Plane.Side
           
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Ray
          Ray defines a line segment which has an origin and a direction.
Triangle
          Triangle defines a object for containing triangle information.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.curve
Matrix3f
          Matrix3f defines a 3x3 matrix.
Ray
          Ray defines a line segment which has an origin and a direction.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.image
Matrix4f
          Matrix4f defines and maintains a 4x4 matrix in row major order.
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.input
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.input.action
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.input.controls.controller.camera
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.input.thirdperson
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.intersection
Line
          Line defines a line.
Plane
          A plane in 3D space.
Ray
          Ray defines a line segment which has an origin and a direction.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.light
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.math
Line
          Line defines a line.
LineSegment
          LineSegment represents a segment in the space.
Matrix3f
          Matrix3f defines a 3x3 matrix.
Matrix4f
          Matrix4f defines and maintains a 4x4 matrix in row major order.
Plane
          A plane in 3D space.
Plane.Side
           
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Ray
          Ray defines a line segment which has an origin and a direction.
Rectangle
          Rectangle defines a finite plane within three dimensional space that is specified via three points (A, B, C).
Ring
          Ring defines a flat ring or disk within three dimensional space that is specified via the ring's center point, an up vector, an inner radius, and an outer radius.
TransformMatrix
          TransformMatrix holds a rotation (Matrix3f) and translation (Vector3f) for point manipulation
TransformQuaternion
          Started Date: Jul 16, 2004

Same as TransformMatrix, but stores rotations as quats, not Matrix3f.
Triangle
          Triangle defines a object for containing triangle information.
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.math.spring
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.renderer
Matrix4f
          Matrix4f defines and maintains a 4x4 matrix in row major order.
Plane
          A plane in 3D space.
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.renderer.jogl
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.renderer.lwjgl
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.renderer.pass
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.scene
Matrix3f
          Matrix3f defines a 3x3 matrix.
Matrix4f
          Matrix4f defines and maintains a 4x4 matrix in row major order.
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Ray
          Ray defines a line segment which has an origin and a direction.
Triangle
          Triangle defines a object for containing triangle information.
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.scene.geometryinstancing
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.scene.geometryinstancing.instance
Matrix4f
          Matrix4f defines and maintains a 4x4 matrix in row major order.
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.scene.shadow
Plane
          A plane in 3D space.
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.scene.shape
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.scene.state
Matrix3f
          Matrix3f defines a 3x3 matrix.
Matrix4f
          Matrix4f defines and maintains a 4x4 matrix in row major order.
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.scene.state.jogl.records
Matrix4f
          Matrix4f defines and maintains a 4x4 matrix in row major order.
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.system
Ray
          Ray defines a line segment which has an origin and a direction.
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.system.dummy
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.util
Matrix3f
          Matrix3f defines a 3x3 matrix.
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.util.geom
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jme.util.stat.graph
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.audio
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.awt.swingui
Vector2f
          Vector2f defines a Vector for a two float value vector.
 

Classes in com.jme.math used by com.jmex.editors.swing.widget
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.effects
Matrix4f
          Matrix4f defines and maintains a 4x4 matrix in row major order.
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.effects.cloth
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.effects.particles
Line
          Line defines a line.
Matrix3f
          Matrix3f defines a 3x3 matrix.
Plane
          A plane in 3D space.
Rectangle
          Rectangle defines a finite plane within three dimensional space that is specified via three points (A, B, C).
Ring
          Ring defines a flat ring or disk within three dimensional space that is specified via the ring's center point, an up vector, an inner radius, and an outer radius.
TransformMatrix
          TransformMatrix holds a rotation (Matrix3f) and translation (Vector3f) for point manipulation
Triangle
          Triangle defines a object for containing triangle information.
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.effects.water
Plane
          A plane in 3D space.
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.font3d
Matrix3f
          Matrix3f defines a 3x3 matrix.
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.font3d.effects
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.font3d.math
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.model
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.model.animation
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
TransformMatrix
          TransformMatrix holds a rotation (Matrix3f) and translation (Vector3f) for point manipulation
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.model.converters
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.model.converters.maxutils
Matrix3f
          Matrix3f defines a 3x3 matrix.
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
TransformMatrix
          TransformMatrix holds a rotation (Matrix3f) and translation (Vector3f) for point manipulation
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.model.ogrexml.anim
Matrix4f
          Matrix4f defines and maintains a 4x4 matrix in row major order.
Quaternion
          Quaternion defines a single example of a more general class of hypercomplex numbers.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.terrain
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.
 

Classes in com.jme.math used by com.jmex.terrain.util
Ray
          Ray defines a line segment which has an origin and a direction.
Vector2f
          Vector2f defines a Vector for a two float value vector.
Vector3f
          Vector3f defines a Vector for a three float value tuple.