/** Initialize using a position vector and a rotation matrix. */ public Transform(Vec2 _position, Rot _R) { p = _position.clone(); q = _R.clone(); }