AffineTransformation.fromTransformation constructor

AffineTransformation.fromTransformation(
  1. AffineTransformation trans
)

Constructs a transformation which is a copy of the given one.

@param trans the transformation to copy

Implementation

AffineTransformation.fromTransformation(AffineTransformation trans) {
  setTransformationFromTransformation(trans);
}