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

@math.gl/culling

Package Overview
Dependencies
Maintainers
3
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 3.3.0-beta.2 to 3.3.0

6

dist/es5/lib/oriented-bounding-box.d.ts

@@ -20,9 +20,9 @@ // This file is derived from the Cesium math library under Apache 2 license

// Returns halfSize array corresponding to I3S OBB halfSize (https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md)
// Returns an array with three halfSizes for the bounding box
get halfSize(): number[];
// Returns quaternion corresponding to I3S OBB quaternion (https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md)
// Returns a quaternion describing the orientation of the bounding box
get quaternion(): Quaternion;
// Create OrientedBoundingBox from I3S OBB (https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md)
// Create OrientedBoundingBox from quaternion based OBB, used in I3S ((https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md))
fromCenterHalfSizeQuaternion(center: number[], halfSize: number[], quaternion: number[]): OrientedBoundingBox;

@@ -29,0 +29,0 @@

@@ -20,9 +20,9 @@ // This file is derived from the Cesium math library under Apache 2 license

// Returns halfSize array corresponding to I3S OBB halfSize (https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md)
// Returns an array with three halfSizes for the bounding box
get halfSize(): number[];
// Returns quaternion corresponding to I3S OBB quaternion (https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md)
// Returns a quaternion describing the orientation of the bounding box
get quaternion(): Quaternion;
// Create OrientedBoundingBox from I3S OBB (https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md)
// Create OrientedBoundingBox from quaternion based OBB, used in I3S ((https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md))
fromCenterHalfSizeQuaternion(center: number[], halfSize: number[], quaternion: number[]): OrientedBoundingBox;

@@ -29,0 +29,0 @@

@@ -20,9 +20,9 @@ // This file is derived from the Cesium math library under Apache 2 license

// Returns halfSize array corresponding to I3S OBB halfSize (https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md)
// Returns an array with three halfSizes for the bounding box
get halfSize(): number[];
// Returns quaternion corresponding to I3S OBB quaternion (https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md)
// Returns a quaternion describing the orientation of the bounding box
get quaternion(): Quaternion;
// Create OrientedBoundingBox from I3S OBB (https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md)
// Create OrientedBoundingBox from quaternion based OBB, used in I3S ((https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md))
fromCenterHalfSizeQuaternion(center: number[], halfSize: number[], quaternion: number[]): OrientedBoundingBox;

@@ -29,0 +29,0 @@

@@ -8,3 +8,3 @@ {

},
"version": "3.3.0-beta.2",
"version": "3.3.0",
"keywords": [

@@ -40,6 +40,6 @@ "webgl",

"@babel/runtime": "^7.0.0",
"@math.gl/core": "3.3.0-beta.2",
"@math.gl/core": "3.3.0",
"gl-matrix": "^3.0.0"
},
"gitHead": "17388afddc2c3e32c0cac8f09c6be07252d5fc65"
"gitHead": "58260e0261adb660955a22ff495e479f7b6cd347"
}

@@ -20,9 +20,9 @@ // This file is derived from the Cesium math library under Apache 2 license

// Returns halfSize array corresponding to I3S OBB halfSize (https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md)
// Returns an array with three halfSizes for the bounding box
get halfSize(): number[];
// Returns quaternion corresponding to I3S OBB quaternion (https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md)
// Returns a quaternion describing the orientation of the bounding box
get quaternion(): Quaternion;
// Create OrientedBoundingBox from I3S OBB (https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md)
// Create OrientedBoundingBox from quaternion based OBB, used in I3S ((https://github.com/Esri/i3s-spec/blob/master/docs/1.7/obb.cmn.md))
fromCenterHalfSizeQuaternion(center: number[], halfSize: number[], quaternion: number[]): OrientedBoundingBox;

@@ -29,0 +29,0 @@

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