Xmipp  v3.23.11-Nereus
Public Attributes | List of all members
FitPoint Struct Reference

#include <geometry.h>

Public Attributes

double x
 x coordinate More...
 
double y
 y coordinate More...
 
double z
 z coordinate, assumed to be a function of x and y More...
 
double w
 Weight of the point in the Least-Squares problem. More...
 

Detailed Description

Structure of the points to do model fitting

Definition at line 183 of file geometry.h.

Member Data Documentation

◆ w

double FitPoint::w

Weight of the point in the Least-Squares problem.

Definition at line 192 of file geometry.h.

◆ x

double FitPoint::x

x coordinate

Definition at line 186 of file geometry.h.

◆ y

double FitPoint::y

y coordinate

Definition at line 188 of file geometry.h.

◆ z

double FitPoint::z

z coordinate, assumed to be a function of x and y

Definition at line 190 of file geometry.h.


The documentation for this struct was generated from the following file: