Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@math.gl/culling

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@math.gl/culling - npm Package Compare versions

Comparing version 4.1.0-alpha.3 to 4.1.0-alpha.9

dist/constants.d.ts.map

1

dist/constants.d.ts

@@ -6,1 +6,2 @@ export declare const INTERSECTION: {

};
//# sourceMappingURL=constants.d.ts.map

@@ -9,1 +9,2 @@ // math.gl

};
//# sourceMappingURL=constants.js.map

@@ -12,1 +12,2 @@ export { INTERSECTION } from "./constants.js";

export { computeEigenDecomposition } from "./lib/algorithms/compute-eigen-decomposition.js";
//# sourceMappingURL=index.d.ts.map

@@ -15,1 +15,2 @@ // math.gl

export { computeEigenDecomposition } from "./lib/algorithms/compute-eigen-decomposition.js";
//# sourceMappingURL=index.js.map

@@ -15,1 +15,2 @@ import { OrientedBoundingBox } from "../bounding-volumes/oriented-bounding-box.js";

export declare function makeAxisAlignedBoundingBoxFromPoints(positions: readonly number[][], result?: AxisAlignedBoundingBox): AxisAlignedBoundingBox;
//# sourceMappingURL=bounding-box-from-points.d.ts.map

@@ -135,1 +135,2 @@ // math.gl

}
//# sourceMappingURL=bounding-box-from-points.js.map

@@ -14,1 +14,2 @@ import { BoundingSphere } from "../bounding-volumes/bounding-sphere.js";

export declare function makeBoundingSphereFromPoints(positions: number[][], result?: BoundingSphere): BoundingSphere;
//# sourceMappingURL=bounding-sphere-from-points.d.ts.map

@@ -144,1 +144,2 @@ // math.gl

}
//# sourceMappingURL=bounding-sphere-from-points.js.map

@@ -37,1 +37,2 @@ import { Matrix3 } from '@math.gl/core';

export declare function computeEigenDecomposition(matrix: number[], result?: EigenDecomposition): EigenDecomposition;
//# sourceMappingURL=compute-eigen-decomposition.d.ts.map

@@ -135,1 +135,2 @@ // math.gl

}
//# sourceMappingURL=compute-eigen-decomposition.js.map

@@ -55,1 +55,2 @@ import { BoundingVolume } from "./bounding-volume.js";

}
//# sourceMappingURL=axis-aligned-bounding-box.d.ts.map

@@ -115,1 +115,2 @@ // math.gl

}
//# sourceMappingURL=axis-aligned-bounding-box.js.map

@@ -39,1 +39,2 @@ import { NumericArray, Vector3 } from '@math.gl/core';

}
//# sourceMappingURL=bounding-sphere.d.ts.map

@@ -121,1 +121,2 @@ // math.gl

}
//# sourceMappingURL=bounding-sphere.js.map

@@ -29,1 +29,2 @@ import { Plane } from "../plane.js";

}
//# sourceMappingURL=bounding-volume.d.ts.map

@@ -5,1 +5,2 @@ // math.gl

export {};
//# sourceMappingURL=bounding-volume.js.map

@@ -67,1 +67,2 @@ import { NumericArray } from '@math.gl/types';

}
//# sourceMappingURL=oriented-bounding-box.d.ts.map

@@ -258,1 +258,2 @@ // math.gl

}
//# sourceMappingURL=oriented-bounding-box.js.map

@@ -45,1 +45,2 @@ import { Plane } from "./plane.js";

}
//# sourceMappingURL=culling-volume.d.ts.map

@@ -125,1 +125,2 @@ // math.gl

CullingVolume.MASK_INDETERMINATE = 0x7fffffff;
//# sourceMappingURL=culling-volume.js.map

@@ -153,1 +153,2 @@ import { NumericArray } from '@math.gl/types';

export {};
//# sourceMappingURL=perspective-frustum.d.ts.map

@@ -189,1 +189,2 @@ // math.gl

}
//# sourceMappingURL=perspective-frustum.js.map

@@ -158,1 +158,2 @@ import { Vector2, Matrix4, NumericArray } from '@math.gl/core';

export {};
//# sourceMappingURL=perspective-off-center-frustum.d.ts.map

@@ -274,1 +274,2 @@ // math.gl

}
//# sourceMappingURL=perspective-off-center-frustum.js.map

@@ -26,1 +26,2 @@ import { Vector3, NumericArray } from '@math.gl/core';

}
//# sourceMappingURL=plane.d.ts.map

@@ -67,1 +67,2 @@ // math.gl

}
//# sourceMappingURL=plane.js.map

10

package.json

@@ -9,3 +9,3 @@ {

},
"version": "4.1.0-alpha.3",
"version": "4.1.0-alpha.9",
"keywords": [

@@ -29,3 +29,3 @@ "webgl",

"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},

@@ -47,6 +47,6 @@ "types": "dist/index.d.ts",

"dependencies": {
"@math.gl/core": "4.1.0-alpha.3",
"@math.gl/types": "4.1.0-alpha.3"
"@math.gl/core": "4.1.0-alpha.9",
"@math.gl/types": "4.1.0-alpha.9"
},
"gitHead": "566d5ec1819367a7d7e98b413eed6f951913c35b"
"gitHead": "fa5b6ee40cb05456fa32f85989abfa62e087f45e"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc