t3.hrd.state
Class ScaRotTraTransformImmutableUniformScale

java.lang.Object
  extended by t3.hrd.state.ScaRotTraTransformImmutable
      extended by t3.hrd.state.ScaRotTraTransformImmutableUniformScale

public class ScaRotTraTransformImmutableUniformScale
extends ScaRotTraTransformImmutable

Version of ScaRotTraTransformImmutable but with uniform scale.

Author:
pjt40

Constructor Summary
ScaRotTraTransformImmutableUniformScale(double scale, double thetaClockwise, double tx, double ty)
           
ScaRotTraTransformImmutableUniformScale(Jama.Matrix mh2)
           
 
Method Summary
 double getScale()
           
 
Methods inherited from class t3.hrd.state.ScaRotTraTransformImmutable
getMatrix2dHomogReadOnly, getSx, getSy, getThetaClockwise, getTx, getTy, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScaRotTraTransformImmutableUniformScale

public ScaRotTraTransformImmutableUniformScale(double scale,
                                               double thetaClockwise,
                                               double tx,
                                               double ty)

ScaRotTraTransformImmutableUniformScale

public ScaRotTraTransformImmutableUniformScale(Jama.Matrix mh2)
Method Detail

getScale

public double getScale()