UNPKG

igniteui-react-core

Version:
11 lines (10 loc) 291 B
import { Base, Point, Type } from "./type"; /** * @hidden */ export declare class CoreGeometryUtil extends Base { static $t: Type; static a(a: number): number; static b(a: number): number; static c(a: Point, b: Point, c: number, d: boolean, e: boolean): Point; }