@awayfl/awayfl-player
Version:
Flash Player emulator for executing SWF files (published for FP versions 6 and up) in javascript
13 lines • 342 B
TypeScript
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