babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
#include <lester_mt2_bisect.h>
Public Member Functions | |
EllipseParams (const double c_xx2, const double c_yy2, const double c_xy2, const double c_x2, const double c_y2, const double c2) | |
EllipseParams () | |
void | setDet () |
EllipseParams (const double x0, const double y0) | |
double | lesterFactor (const EllipseParams &e2) const |
bool | operator== (const EllipseParams &other) const |
Public Attributes | |
double | c_xx |
double | c_yy |
double | c_xy |
double | c_x |
double | c_y |
double | c |
double | det |
Definition at line 161 of file lester_mt2_bisect.h.
|
inline |
Definition at line 169 of file lester_mt2_bisect.h.
|
inline |
Definition at line 188 of file lester_mt2_bisect.h.
|
inline |
Definition at line 194 of file lester_mt2_bisect.h.
|
inline |
Definition at line 205 of file lester_mt2_bisect.h.
References c, c_x, c_xx, c_xy, c_y, and c_yy.
Referenced by Lester::ellipsesAreDisjoint().
|
inline |
|
inline |
Definition at line 190 of file lester_mt2_bisect.h.
References c, c_x, c_xx, c_xy, c_y, c_yy, and det.
Referenced by EllipseParams().
double Lester::EllipseParams::c |
Definition at line 226 of file lester_mt2_bisect.h.
Referenced by Lester::__private_ellipsesAreDisjoint(), asymm_mt2_lester_bisect::helper(), lesterFactor(), operator==(), and setDet().
double Lester::EllipseParams::c_x |
Definition at line 224 of file lester_mt2_bisect.h.
Referenced by asymm_mt2_lester_bisect::helper(), lesterFactor(), operator==(), and setDet().
double Lester::EllipseParams::c_xx |
Definition at line 221 of file lester_mt2_bisect.h.
Referenced by EllipseParams(), asymm_mt2_lester_bisect::helper(), lesterFactor(), operator==(), and setDet().
double Lester::EllipseParams::c_xy |
Definition at line 223 of file lester_mt2_bisect.h.
Referenced by asymm_mt2_lester_bisect::helper(), lesterFactor(), operator==(), and setDet().
double Lester::EllipseParams::c_y |
Definition at line 225 of file lester_mt2_bisect.h.
Referenced by asymm_mt2_lester_bisect::helper(), lesterFactor(), operator==(), and setDet().
double Lester::EllipseParams::c_yy |
Definition at line 222 of file lester_mt2_bisect.h.
Referenced by EllipseParams(), asymm_mt2_lester_bisect::helper(), lesterFactor(), operator==(), and setDet().
double Lester::EllipseParams::det |
Definition at line 227 of file lester_mt2_bisect.h.
Referenced by Lester::ellipsesAreDisjoint(), and setDet().