MCPcopy 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

intersectFunction · 0.85
closestPointFunction · 0.85
overlapFunction · 0.85
overlapsFunction · 0.85

Calls 6

getExtentsFunction · 0.85
getCenterFunction · 0.85
absFunction · 0.70
dotFunction · 0.50
minFunction · 0.50
maxFunction · 0.50

Tested by

no test coverage detected