igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
94 lines (93 loc) • 3.62 kB
TypeScript
import { Base, Point, IList$1, Type } from "./type";
import { Rect } from "./Rect";
import { BezierSegment } from "./BezierSegment";
import { PolyBezierSegment } from "./PolyBezierSegment";
import { List$1 } from "./List$1";
import { Tuple$2 } from "./Tuple$2";
import { PolyLineSegment } from "./PolyLineSegment";
import { ArcCenterInfo } from "./ArcCenterInfo";
import { ArcSegment } from "./ArcSegment";
import { Size } from "./Size";
import { SweepDirection } from "./SweepDirection";
import { PathSegment } from "./PathSegment";
import { PathFigure } from "./PathFigure";
import { Path } from "./Path";
/**
* @hidden
*/
export declare class CoreGeometryUtil extends Base {
static $t: Type;
static q(a: Point, b: Point, c: Point): number;
private static z;
private static c;
private static w;
private static aa;
private static x;
private static ao;
private static an;
private static n;
private static o;
static ak(a: Point, b: Point, c: Point, d: Point, e: number): Point;
static ah(a: Point, b: Point, c: PolyBezierSegment, d: number): Tuple$2<boolean, Point>;
private static e;
static ag(a: Point, b: Point, c: BezierSegment, d: number): Tuple$2<boolean, Point>;
private static u;
private static ae;
private static ad;
private static m;
private static a;
private static f;
private static ab;
static ai(a: Point, b: Point, c: PolyLineSegment, d: number): Tuple$2<boolean, Point>;
static b(a: Point, b: ArcSegment): ArcCenterInfo;
static p(a: number, b: number, c: number, d: number): number;
static d(a: number, b: number, c: number, d: boolean, e: SweepDirection): boolean;
private static v;
static t(a: number): number;
static af(a: Point, b: Point, c: ArcSegment, d: number): Tuple$2<boolean, Point>;
private static ac;
static aj(a: Point, b: Point, c: PathSegment, d: number): Tuple$2<boolean, Point>;
static am(a: Point, b: PathSegment): Point;
private static y;
static h(a: Point, b: PathFigure, c: number): boolean;
private static k;
static g(a: Point, b: Path): boolean;
static j(a: Point, b: Path, c: number): boolean;
static i(a: Point, b: Point, c: Point, d: number): boolean;
static l(a: Point, b: Point, c: IList$1<Point>, d: number): boolean;
static r(a: number): number;
static s(a: number): number;
static al(a: Point, b: Point, c: number, d: boolean, e: boolean): Point;
}
/**
* @hidden
*/
export declare class RectUtil extends Base {
static $t: Type;
static l(a: Rect): Point;
static e(a: Rect): number;
static p(a: Rect): Rect;
static m(a: Rect, b: Point): Point;
static g(a: Rect, b: Point): number;
static h(a: Rect, b: Rect): number;
private static f;
static a(a: Rect, b: Rect): boolean;
static b(a: Rect, b: Rect): boolean;
static i(a: Rect, b: Rect): number;
static q(a: Rect, b: number, c: number): Rect;
static t(a: Rect, b: number, c: number): Rect;
static s(a: Rect, b: number, c: number): Rect;
static r(a: Rect, b: number): Rect;
static y(a: Rect): Rect;
static c(a: Rect): boolean;
static z(a: Rect): Size;
static u(a: Rect, b: Rect): Rect;
static v(a: Rect, b: Size): Rect;
static n(a: Rect): Point;
static o(a: Rect): Point;
static j(a: Rect): Point;
static k(a: Rect): Point;
static d(a: Rect): List$1<Point>;
static w(a: Rect, b: number): Rect;
static x(a: Rect, b: number, c: number, d: number): Rect;
}