-
public final class ImgTransformTransformation applied on an image with pivotRel as pivot's relative position.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classImgTransform.Companion
-
Constructor Summary
Constructors Constructor Description ImgTransform(Integer angleDeg, Offset scale, Offset pivotRel)
-
Method Summary
Modifier and Type Method Description final IntegergetAngleDeg()final OffsetgetScale()final OffsetgetPivotRel()-
-
Constructor Detail
-
ImgTransform
ImgTransform(Integer angleDeg, Offset scale, Offset pivotRel)
-
-
Method Detail
-
getAngleDeg
final Integer getAngleDeg()
-
getScale
final Offset getScale()
-
getPivotRel
final Offset getPivotRel()
-
-
-
-