Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ projectToAxis
Function
projectToAxis
Source/3rdParty/bx/src/bounds.cpp:859–862 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
857
}
858
859
float projectToAxis(const Vec3& _axis, const Vec3& _point)
860
{
861
return dot(_axis, _point);
862
}
863
864
Interval projectToAxis(const Vec3& _axis, const Vec3* _points, uint32_t _num)
865
{
Callers
4
intersect
Function · 0.85
closestPoint
Function · 0.85
overlap
Function · 0.85
overlaps
Function · 0.85
Calls
6
getExtents
Function · 0.85
getCenter
Function · 0.85
abs
Function · 0.70
dot
Function · 0.50
min
Function · 0.50
max
Function · 0.50
Tested by
no test coverage detected