Newer
Older
pixi.js / src / core / math / index.js
@Chad Engler Chad Engler on 18 Oct 2016 581 bytes 4.1.0
/**
 * Math classes and utilities mixed into PIXI namespace.
 *
 * @lends PIXI
 */
export { default as Point } from './Point';
export { default as ObservablePoint } from './ObservablePoint';
export { default as Matrix } from './Matrix';
export { default as GroupD8 } from './GroupD8';

export { default as Circle } from './shapes/Circle';
export { default as Ellipse } from './shapes/Ellipse';
export { default as Polygon } from './shapes/Polygon';
export { default as Rectangle } from './shapes/Rectangle';
export { default as RoundedRectangle } from './shapes/RoundedRectangle';