setFromSpherical return type corrected (#15101)

This commit is contained in:
Conrad Wahlen
2017-03-10 14:21:43 -08:00
committed by Mohamed Hegazy
parent f4fdcaca9c
commit fdffd33631
+1 -1
View File
@@ -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;