mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 17:44:45 +00:00
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
|
export default function (length: any, sinAmp: any, cosAmp: any, frequency: any): {
|
||
|
sin: any[];
|
||
|
cos: any[];
|
||
|
length: any;
|
||
|
};
|