@phaserjs/phaser
Version:
5 lines • 328 B
TypeScript
import { ITriangle } from './ITriangle';
import { IVec2Like } from '../../math/vec2/IVec2Like';
import { Vec2 } from '../../math/vec2/Vec2';
export declare function TriangleContainsPoints(triangle: ITriangle, points: IVec2Like[], returnFirst?: boolean, out?: Vec2[]): Vec2[];
//# sourceMappingURL=TriangleContainsPoints.d.ts.map