Transform.toTranslate
void toTranslate(out float outDx, out float outDy)Converts a [gsk.transform.Transform] to a translation operation.
self must be a 2D transformation. If you are not sure, use
[gsk.transform.Transform.getCategory] >= [gsk.types.TransformCategory._2dTranslate]
to check.
Parameters
outDx | return location for the translation in the x direction |
outDy | return location for the translation in the y direction |