|
@@ -227,7 +227,8 @@ export class Matrix4 implements Matrix {
|
|
|
): Matrix4;
|
|
|
equals( matrix: Matrix4 ): boolean;
|
|
|
fromArray( array: number[], offset?: number ): Matrix4;
|
|
|
- toArray(): number[];
|
|
|
+
|
|
|
+ toArray( array?: number[], offset?: number ): number[];
|
|
|
|
|
|
/**
|
|
|
* @deprecated Use {@link Matrix4#copyPosition .copyPosition()} instead.
|