struct Lester::EllipseParams
[No description available]
Public Functions
Name | |
---|---|
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
Name | |
---|---|
double | c_xx |
double | c_yy |
double | c_xy |
double | c_x |
double | c_y |
double | c |
double | det |
Public Functions Documentation
function EllipseParams
inline EllipseParams(
const double c_xx2,
const double c_yy2,
const double c_xy2,
const double c_x2,
const double c_y2,
const double c2
)
function EllipseParams
inline EllipseParams()
function setDet
inline void setDet()
function EllipseParams
inline EllipseParams(
const double x0,
const double y0
)
function lesterFactor
inline double lesterFactor(
const EllipseParams & e2
) const
function operator==
inline bool operator==(
const EllipseParams & other
) const
Public Attributes Documentation
variable c_xx
double c_xx;
variable c_yy
double c_yy;
variable c_xy
double c_xy;
variable c_x
double c_x;
variable c_y
double c_y;
variable c
double c;
variable det
double det;
Updated on 2024-07-18 at 13:53:30 +0000