mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix three.js Vector3 typing
This commit is contained in:
Vendored
+2
-2
@@ -3674,7 +3674,7 @@ declare module THREE {
|
||||
/**
|
||||
* Adds v to this vector.
|
||||
*/
|
||||
add(a: Object): Vector3;
|
||||
add(a: Vector): Vector3;
|
||||
addScalar(s: number): Vector3;
|
||||
|
||||
/**
|
||||
@@ -5759,4 +5759,4 @@ declare module THREE {
|
||||
|
||||
declare module 'three' {
|
||||
export=THREE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user