@math.gl/culling
Advanced tools
Comparing version 3.3.0-beta.2 to 3.3.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 @@ |
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
630480
+ Added@math.gl/core@3.3.0(transitive)
- Removed@math.gl/core@3.3.0-beta.2(transitive)
Updated@math.gl/core@3.3.0