copyUpTo method
void
copyUpTo(
- Vector3 out
Implementation
void copyUpTo(Vector3 out) {
out.setValues(0, 1, 0);
_rotation.rotate(out);
}
void copyUpTo(Vector3 out) {
out.setValues(0, 1, 0);
_rotation.rotate(out);
}