mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-07 09:40:19 +00:00
[three] Euler.onChange returns the Euler instance.
As per https://github.com/mrdoob/three.js/blob/1675680a7763a16010bf1254a8576e5c1b149b55/src/math/Euler.js#L339-L345
This commit is contained in:
Vendored
+1
-1
@@ -3562,7 +3562,7 @@ export class Euler {
|
||||
fromArray(xyzo: any[]): Euler;
|
||||
toArray(array?: number[], offset?: number): number[];
|
||||
toVector3(optionalResult?: Vector3): Vector3;
|
||||
onChange(callback: Function): void;
|
||||
onChange(callback: Function): this;
|
||||
|
||||
static RotationOrders: string[];
|
||||
static DefaultOrder: string;
|
||||
|
||||
Reference in New Issue
Block a user