mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Merge pull request #3284 from yutopp/patch-1
change type of THREE.Quaternion.setFromUnitVectors
This commit is contained in:
Vendored
+1
-1
@@ -3189,7 +3189,7 @@ declare module THREE {
|
||||
* Sets this quaternion from rotation component of m. Adapted from http://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToQuaternion/index.htm.
|
||||
*/
|
||||
setFromRotationMatrix(m: Matrix4): Quaternion;
|
||||
setFromUnitVectors(vFrom: Vector3, vTo: Vector4): Quaternion;
|
||||
setFromUnitVectors(vFrom: Vector3, vTo: Vector3): Quaternion;
|
||||
/**
|
||||
* Inverts this quaternion.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user