UNPKG

@awayfl/awayfl-player

Version:

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

16 lines 403 B
import { b2Vec2 } from '../Common/Math'; /** * Returns data on the collision between a ray and a shape. */ export declare class b2RayCastOutput { __fast__: boolean; /** * The normal at the point of collision */ normal: b2Vec2; /** * The fraction between p1 and p2 that the collision occurs at */ fraction: number; } //# sourceMappingURL=b2RayCastOutput.d.ts.map