igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
26 lines (25 loc) • 1.11 kB
TypeScript
import { Base, Point, IList$1, Type } from "./type";
import { Rect } from "./Rect";
import { Tuple$2 } from "./Tuple$2";
/**
* @hidden
*/
export declare class GeometryUtil extends Base {
static $t: Type;
static i(a: number): number;
static c(a: number): number;
static j(a: Point, b: Point): number;
static e(a: Rect): number;
static p(a: number, b: number, c: Point, d: number, e: number): Point;
static l(a: number, b: number, c: boolean, d: number, e: number): Point;
static m(a: Point, b: number, c: number): Point;
static o(a: Point, b: Point, c: number): Point;
static g(a: Point, b: Point): number;
static n(a: Point, b: Point, c: number, d: boolean, e: boolean): Point;
static f(a: Point, b: Point): number;
static k(a: Point, b: Point, c: Point, d: number): Tuple$2<Point, Point>;
static a(a: Point, b: Point, c: Point, d: number): boolean;
static d(a: Point, b: Point, c: Point): number;
static h(a: Point, b: Point, c: Point): number;
static b(a: Point, b: Point, c: IList$1<Point>, d: number): boolean;
}