getTransform method

Matrix4 getTransform()

Get the transformation Matrix

Implementation

Matrix4 getTransform() {
  return _context.ctm.clone();
}