This commit is contained in:
Akko
2025-08-04 18:57:35 +02:00
parent 8cf6e78a79
commit 9495868c2e
5030 changed files with 518594 additions and 17609 deletions

21
node_modules/pixi.js/lib/maths/index.mjs generated vendored Normal file
View File

@@ -0,0 +1,21 @@
export { groupD8 } from './matrix/groupD8.mjs';
export { Matrix } from './matrix/Matrix.mjs';
export { DEG_TO_RAD, PI_2, RAD_TO_DEG } from './misc/const.mjs';
export { isPow2, log2, nextPow2 } from './misc/pow2.mjs';
import './misc/Size.mjs';
export { squaredDistanceToLineSegment } from './misc/squaredDistanceToLineSegment.mjs';
export { ObservablePoint } from './point/ObservablePoint.mjs';
export { Point } from './point/Point.mjs';
import './point/PointData.mjs';
export { pointInTriangle } from './point/pointInTriangle.mjs';
import './point/PointLike.mjs';
export { Circle } from './shapes/Circle.mjs';
export { Ellipse } from './shapes/Ellipse.mjs';
export { Polygon } from './shapes/Polygon.mjs';
export { Rectangle } from './shapes/Rectangle.mjs';
export { RoundedRectangle } from './shapes/RoundedRectangle.mjs';
import './shapes/ShapePrimitive.mjs';
export { Triangle } from './shapes/Triangle.mjs';
"use strict";
//# sourceMappingURL=index.mjs.map