Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Axis-Aligned Bounding Boxes
npm install aabb
TODO
(min = [0,0,0], max = [0,0,0])
min
the minimum coordinates of the AABB. In a 2-D AABB in screen space, the coordinates for the upper-left corner.
max
the maximum coordinates of the AABB. In a 2-D AABB in screen space, the coordinates for the lower-right corner.
Constructs a new AABB of dimensionality equal to min.length
using the specified bounds.
NOTE The number of elements in min
and max
(ie. the dimensions) must be the same.
(axis)
axis
the zero-based array index representing a particular axis. By convention, 0 = x, 1 = y, 2 = z, and so on.
Returns the length of the AABB along the side defined by axis
.
()
Returns an array containing the lengths of all sides of the AABB.
(otherAABB)
Expand this
to contain otherAABB
.
(elements, startAt = 0)
elements
an array of elements.
startAt
offset into the elments
which to start at.
Expand this
to contain all elements
.
(elements)
elements
an array of elements.
Return a new AABB that contains the bounds of all elements
.
(otherAABB)
Returns true
if this
and otherAABB
overlap each other.
(otherAABB)
Returns true
if this
completely contains otherAABB
.
(otherAABB)
Returns true
if this
is completely contained by otherAABB
.
()
Returns the surface area of the AABB. In the 2 dimension case, this is the AABB's perimeter.
()
Returns the volume of the AABB. In the 2 dimension case, this is the AABB's area.
()
Returns a clone of this
.
(ray)
ray
a ray to test against.
Returns false
is no intersection is possible. Otherwise, returns the portion of the ray (a ray segment) that results from the intersection of the ray with the AABB.
(rs)
rs
- a ray segment to test against.
Returns false
is no intersection is possible. Otherwise, returns the portion of the ray segment that results from the intersection of the ray segment with the AABB.
FAQs
Axis-align bounding box
The npm package aabb receives a total of 0 weekly downloads. As such, aabb popularity was classified as not popular.
We found that aabb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.