getTransform method
Matrix4
getTransform()
Get the transformation Matrix
Implementation
Matrix4 getTransform() {
return _context.ctm.clone();
}
Get the transformation Matrix
Matrix4 getTransform() {
return _context.ctm.clone();
}