|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--raytracer.internal.Transformation
Represents geometric transformations with matrices
Constructor Summary | |
Transformation()
Creates a "do-nothing" transformation |
Method Summary | |
Matrix |
getInverse()
Returns the inverse of the transformation matrix |
Matrix |
getMatrix()
Returns the transformation matrix |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Transformation()
Method Detail |
public Matrix getMatrix()
public Matrix getInverse()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |