mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
hint fix
This commit is contained in:
parent
7d05addcb5
commit
98eba628a0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ var tmpVec3 = new Vector3();
|
||||||
*
|
*
|
||||||
* @return {Phaser.Math.Vector3} [description]
|
* @return {Phaser.Math.Vector3} [description]
|
||||||
*/
|
*/
|
||||||
var RotateVec3 = function(vec, axis, radians)
|
var RotateVec3 = function (vec, axis, radians)
|
||||||
{
|
{
|
||||||
// Set the quaternion to our axis angle
|
// Set the quaternion to our axis angle
|
||||||
tmpQuat.setAxisAngle(axis, radians);
|
tmpQuat.setAxisAngle(axis, radians);
|
||||||
|
|
Loading…
Reference in a new issue