pocket-physics
Version:
Verlet physics extracted from pocket-ces demos
7 lines • 360 B
TypeScript
import { Vector2 } from "./v2";
import { Integratable } from "./common-types";
/**
* Compute the leading edge of a circular moving object given a radius: cpos + radius in the direction of velocity.
*/
export declare const projectCposWithRadius: (out: Vector2, p: Integratable, radius: number) => Vector2<number>;
//# sourceMappingURL=project-capsule.d.ts.map