|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformMatrix | |
---|---|
com.jme.math | |
com.jmex.effects.particles | |
com.jmex.model.animation | |
com.jmex.model.converters.maxutils |
Uses of TransformMatrix in com.jme.math |
---|
Methods in com.jme.math that return TransformMatrix | |
---|---|
TransformMatrix |
TransformMatrix.clone()
|
TransformMatrix |
TransformMatrix.combineWithParent(TransformMatrix parent)
Combines this TransformMatrix with a parent TransformMatrix. |
TransformMatrix |
TransformMatrix.multLocal(TransformMatrix child,
Vector3f tempStore)
multLocal multiplies this matrix with another matrix and stores
the result back in this, returning this. |
Methods in com.jme.math that return types with arguments of type TransformMatrix | |
---|---|
java.lang.Class<? extends TransformMatrix> |
TransformMatrix.getClassTag()
|
Methods in com.jme.math with parameters of type TransformMatrix | |
---|---|
TransformMatrix |
TransformMatrix.combineWithParent(TransformMatrix parent)
Combines this TransformMatrix with a parent TransformMatrix. |
void |
TransformMatrix.interpolateTransforms(TransformMatrix start,
TransformMatrix end,
float delta)
Sets this transform to an interpolation between the start and end transforms. |
void |
TransformMatrix.interpolateTransforms(TransformMatrix start,
TransformMatrix end,
float delta,
Quaternion q1,
Quaternion q2)
Sets this transform to an interpolation between the start and end transforms. |
TransformMatrix |
TransformMatrix.multLocal(TransformMatrix child,
Vector3f tempStore)
multLocal multiplies this matrix with another matrix and stores
the result back in this, returning this. |
void |
TransformMatrix.set(TransformMatrix matrix)
set copies the contents of a given matrix to this
matrix. |
Constructors in com.jme.math with parameters of type TransformMatrix | |
---|---|
TransformMatrix(TransformMatrix mat)
Constructor instantiates a new TransformMatrix that is set to the
provided matrix. |
Uses of TransformMatrix in com.jmex.effects.particles |
---|
Fields in com.jmex.effects.particles declared as TransformMatrix | |
---|---|
protected TransformMatrix |
ParticleSystem.emitterTransform
|
Methods in com.jmex.effects.particles that return TransformMatrix | |
---|---|
TransformMatrix |
ParticleSystem.getEmitterTransform()
|
Methods in com.jmex.effects.particles with parameters of type TransformMatrix | |
---|---|
void |
ParticleSystem.setEmitterTransform(TransformMatrix emitterTransform)
|
Uses of TransformMatrix in com.jmex.model.animation |
---|
Fields in com.jmex.model.animation declared as TransformMatrix | |
---|---|
TransformMatrix[] |
JointController.localRefMatrix
Local refrence matrix that can determine a joint's position in space relative to its parent. |
Uses of TransformMatrix in com.jmex.model.converters.maxutils |
---|
Fields in com.jmex.model.converters.maxutils declared as TransformMatrix | |
---|---|
(package private) TransformMatrix |
TriMeshChunk.coordSystem
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |