Uses of Class
javamorph.CTransform

Uses of CTransform in javamorph
 

Fields in javamorph declared as CTransform
private static CTransform CMorphOperator.left_trafo
          Transformation matrix from result to left point.
private static CTransform CMorphOperator.right_trafo
          Transformation matrix from result to right point.
 

Methods in javamorph that return CTransform
static CTransform CGeo.getTrafo(CTriangle origin_, CTriangle result)
          Provide reverse transformation matrix from one result triangle to one input picture triangle.
 

Methods in javamorph with parameters of type CTransform
static Point CGeo.getOrigin_(Point result, CTransform trafo)
          Transform one point from the result matrix to the one point of the input matrix.