UNPKG

@awayfl/awayfl-player

Version:

Flash Player emulator for executing SWF files (published for FP versions 6 and up) in javascript

11 lines 250 B
import { b2Vec2 } from '../Common/Math'; import { b2ContactID } from './b2ContactID'; /** * @private */ export declare class ClipVertex { Set(other: ClipVertex): void; v: b2Vec2; id: b2ContactID; } //# sourceMappingURL=ClipVertex.d.ts.map