Public Member Functions | |
| Plane () | |
| Class constructor. More... | |
| Plane () | |
| Class constructor. More... | |
| Plane () | |
| Class constructor. More... | |
Public Attributes | |
| double | a |
| double | b |
| double | c |
| double | d |
This class is responsible for define the plane coeficients.
Definition at line 78 of file orientation_base.cpp.
|
inline |
Class constructor.
Initialize variables equal to zero, do not call any function.
Definition at line 87 of file orientation_base.cpp.
|
inline |
Class constructor.
Initialize variables equal to zero, do not call any function.
Definition at line 448 of file orientation_calibration.cpp.
|
inline |
Class constructor.
Initialize variables equal to zero, do not call any function.
Definition at line 87 of file orientation_preception_base.cpp.
| double Plane::a |
Definition at line 92 of file orientation_base.cpp.
| double Plane::b |
Definition at line 92 of file orientation_base.cpp.
| double Plane::c |
Definition at line 92 of file orientation_base.cpp.
| double Plane::d |
Definition at line 92 of file orientation_base.cpp.