UNPKG

arcade-physics

Version:
13 lines 421 B
export default NormalAngle; /** * Get the angle of the normal of the given line in radians. * * @function Phaser.Geom.Line.NormalAngle * @since 3.0.0 * * @param {Phaser.Geom.Line} line - The line to calculate the angle of the normal of. * * @return {number} The angle of the normal of the line in radians. */ declare function NormalAngle(line: Phaser.Geom.Line): number; //# sourceMappingURL=NormalAngle.d.ts.map