mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
setFromSpherical return type corrected (#15101)
This commit is contained in:
committed by
Mohamed Hegazy
parent
f4fdcaca9c
commit
fdffd33631
Vendored
+1
-1
@@ -4240,7 +4240,7 @@ declare namespace THREE {
|
||||
distanceToSquared(v: Vector3): number;
|
||||
distanceToManhattan(v: Vector3): number;
|
||||
|
||||
setFromSpherical(s: Spherical): Matrix3;
|
||||
setFromSpherical(s: Spherical): Vector3;
|
||||
setFromMatrixPosition(m: Matrix4): Vector3;
|
||||
setFromMatrixScale(m: Matrix4): Vector3;
|
||||
setFromMatrixColumn(matrix: Matrix4, index: number): Vector3;
|
||||
|
||||
Reference in New Issue
Block a user