UNPKG

@awayfl/poki-player

Version:

AVM Player for poki games

13 lines 342 B
import { b2DistanceProxy } from './b2DistanceProxy'; import { b2Sweep } from '../Common/Math'; /** * Inpute parameters for b2TimeOfImpact */ export declare class b2TOIInput { proxyA: b2DistanceProxy; proxyB: b2DistanceProxy; sweepA: b2Sweep; sweepB: b2Sweep; tolerance: number; } //# sourceMappingURL=b2TOIInput.d.ts.map