applyAxisAngle method
Implementation
Vector3 applyAxisAngle(axis, angle) {
return applyQuaternion(_quaternion.setFromAxisAngle(axis, angle));
}
Vector3 applyAxisAngle(axis, angle) {
return applyQuaternion(_quaternion.setFromAxisAngle(axis, angle));
}