MCPcopy Create free account
hub / github.com/andrewwillmott/splines-lib / Larger

Function Larger

Splines.cpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 inline bool Larger(const Bounds2& bb, float t) { Vec2f d = bb.mMax - bb.mMin; return d.x > t || d.y > t; }
44 inline bool Larger(const Bounds3& bb, float t) { Vec3f d = bb.mMax - bb.mMin; return d.x > t || d.y > t || d.z > t; }
45
46 inline bool Intersects(const Bounds2& a, const Bounds2& b)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected