MCPcopy Create free account
hub / github.com/abess-team/abess / SQR

Function SQR

python/include/unsupported/test/BVH.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36{ return AlignedBox<double, Dim>(b.center.array() - b.radius, b.center.array() + b.radius); }
37
38inline double SQR(double x) { return x * x; }
39
40template<int Dim>
41struct BallPointStuff //this class provides functions to be both an intersector and a minimizer, both for a ball and a point and for two trees

Callers 8

intersectObjectMethod · 0.85
intersectVolumeObjectMethod · 0.85
intersectObjectVolumeMethod · 0.85
intersectObjectObjectMethod · 0.85
minimumOnObjectMethod · 0.85
minimumOnVolumeObjectMethod · 0.85
minimumOnObjectVolumeMethod · 0.85
minimumOnObjectObjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected