copyOrientationTo method
void
copyOrientationTo(
- Quaternion target
Implementation
void copyOrientationTo(Quaternion target) => target.setValues(qx, qy, qz, qw);
void copyOrientationTo(Quaternion target) => target.setValues(qx, qy, qz, qw);