namespace Lester

[No description available]

Classes

Name
structLester::EllipseParams

Functions

Name
boolellipsesAreDisjoint(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:57:55 +0000