open fun from2DTransform(x: Double, y: Double, thetaRad: Double): Transform!
Create a Transform
from 2D transform
x
- Double: the X translation
y
- Double: the Y translation
thetaRad
- Double: the radian
Return
Transform!: the Transform