UNPKG

@phaserjs/phaser

Version:
4 lines 227 B
import { ITriangle } from './ITriangle'; import { Vec2 } from '../../math/vec2/Vec2'; export declare function GetTriangleCircumCenter(triangle: ITriangle, out?: Vec2): Vec2; //# sourceMappingURL=GetTriangleCircumCenter.d.ts.map