@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
11 lines • 407 B
TypeScript
/**
*
* @param {number} cx Center of the circle
* @param {number} cy Center of the circle
* @param {number} cr Radius of the circle
* @param {number} px Point coordinate X
* @param {number} py Point coordinate Y
* @returns {boolean}
*/
export function circle_intersects_point(cx: number, cy: number, cr: number, px: number, py: number): boolean;
//# sourceMappingURL=circle_intersects_point.d.ts.map