namespace Lester
[No description available]
Classes
Name | |
---|---|
struct | Lester::EllipseParams |
Functions
Name | |
---|---|
bool | ellipsesAreDisjoint(const EllipseParams & e1, const EllipseParams & e2) |
bool | __private_ellipsesAreDisjoint(const double coeffLamPow3, const double coeffLamPow2, const double coeffLamPow1, const double coeffLamPow0) |
Functions Documentation
function ellipsesAreDisjoint
bool ellipsesAreDisjoint(
const EllipseParams & e1,
const EllipseParams & e2
)
function __private_ellipsesAreDisjoint
bool __private_ellipsesAreDisjoint(
const double coeffLamPow3,
const double coeffLamPow2,
const double coeffLamPow1,
const double coeffLamPow0
)
Updated on 2022-08-03 at 12:58:02 +0000