#include <basic_types.h>
Public Attributes | |
union { | |
struct { | |
double x | |
double y | |
double z | |
} | |
double pb [3] | |
}; |
Brief Point3d defines a ceres_structure for a point in 3D space
Definition at line 41 of file basic_types.h.
union { ... } |
double industrial_extrinsic_cal::Point3d::pb[3] |
a parameter block with all three elements
Definition at line 51 of file basic_types.h.
position x
Definition at line 47 of file basic_types.h.
position y
Definition at line 48 of file basic_types.h.
position z
Definition at line 49 of file basic_types.h.