mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
three.js: Fix Quaternion.multiplyVector3
This commit is contained in:
Vendored
+4
-1
@@ -3193,7 +3193,10 @@ declare module THREE {
|
||||
*/
|
||||
multiplyQuaternions(a: Quaternion, b: Quaternion): Quaternion;
|
||||
|
||||
multiplyVector3(vector: Vector3, dest: Vector3): Quaternion;
|
||||
/**
|
||||
* Deprecated. Use Vector3.applyQuaternion instead
|
||||
*/
|
||||
multiplyVector3(vector: Vector3): Vector3;
|
||||
|
||||
/**
|
||||
* Clones this quaternion.
|
||||
|
||||
Reference in New Issue
Block a user