|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simtk.geometry3d.MathMatrixClass
org.simtk.geometry3d.HomogeneousTransformClass
public class HomogeneousTransformClass
Constructor Summary | |
---|---|
HomogeneousTransformClass()
|
|
HomogeneousTransformClass(MathMatrix m)
|
Method Summary | |
---|---|
Matrix3D |
getRotation()
|
Vector3D |
getTranslation()
|
void |
setRotation(Matrix3D r)
|
void |
setTranslation(Vector3D t)
|
HomogeneousTransform |
times(HomogeneousTransform m)
|
Vector3D |
times(Vector3D v)
|
Methods inherited from class org.simtk.geometry3d.MathMatrixClass |
---|
copy, get, getColumn, getColumnCount, getDiagonal, getRow, getRowCount, minus, minusEquals, plus, plusEquals, set, setColumn, setRow, times, times, times, timesEquals, timesEquals, toString, trace, transpose |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.simtk.geometry3d.MutableMathMatrix |
---|
copy, minusEquals, plusEquals, set, setColumn, setRow, timesEquals, timesEquals |
Methods inherited from interface org.simtk.geometry3d.MathMatrix |
---|
get, getColumn, getColumnCount, getDiagonal, getRow, getRowCount, minus, plus, times, times, times, trace, transpose |
Methods inherited from interface org.simtk.geometry3d.MathMatrix |
---|
get, getColumn, getColumnCount, getDiagonal, getRow, getRowCount, minus, plus, times, times, times, trace, transpose |
Constructor Detail |
---|
public HomogeneousTransformClass()
public HomogeneousTransformClass(MathMatrix m)
Method Detail |
---|
public void setTranslation(Vector3D t)
setTranslation
in interface MutableHomogeneousTransform
public void setRotation(Matrix3D r)
setRotation
in interface MutableHomogeneousTransform
public Vector3D getTranslation()
getTranslation
in interface HomogeneousTransform
public Matrix3D getRotation()
getRotation
in interface HomogeneousTransform
public Vector3D times(Vector3D v)
times
in interface HomogeneousTransform
public HomogeneousTransform times(HomogeneousTransform m)
times
in interface HomogeneousTransform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |