コード例 #1
0
 public Transform set(final Vector3 t, final Quaternion r, final Vector3 s) {
   translation.set(t);
   rotation.set(r);
   scale.set(s);
   return this;
 }