arcade-physics
Version:
Use Arcade Physics without Phaser.
13 lines • 409 B
TypeScript
export default NormalX;
/**
* Returns the x component of the normal vector of the given line.
*
* @function Phaser.Geom.Line.NormalX
* @since 3.0.0
*
* @param {Phaser.Geom.Line} line - The Line object to get the normal value from.
*
* @return {number} The x component of the normal vector of the line.
*/
declare function NormalX(line: Phaser.Geom.Line): number;
//# sourceMappingURL=NormalX.d.ts.map