AffineTransformation constructor

AffineTransformation()

Constructs a new identity transformation

Implementation

AffineTransformation() {
  setToIdentity();
}