UNPKG
arcade-physics
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
Use Arcade Physics without Phaser.
github.com/yandeu/arcade-physics
yandeu/arcade-physics
arcade-physics
/
lib
/
math
/
typedefs
/
SinCosTable.js
10 lines
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
/** *
@typedef
{
object
} Phaser.Types.Math.SinCosTable *
@since
3.0.0 * *
@property
{
number
}
sin
- The sine value. *
@property
{
number
}
cos
- The cosine value. *
@property
{
number
}
length
- The length. */
//# sourceMappingURL=SinCosTable.js.map