rotation_axis.h
Go to the documentation of this file.
1 
21 #ifndef ROTATION_AXIS_H
22 #define ROTATION_AXIS_H
23 
24 #include <HalconCpp.h>
25 #include <Eigen/Dense>
26 #include <vector>
27 
29 
33 class RotationAxis {
34 
35 private:
36 
38  double angle_;
39 
41  Eigen::Vector3d axis_;
42 
43 public:
44 
52  RotationAxis(double angle, Eigen::Vector3d axis);
53 
57  double getAngle() const;
58  Eigen::Vector3d getAxis() const;
59 };
60 
61 }
62 
63 #endif
64 
RotationAxis(double angle, Eigen::Vector3d axis)
The constructor of this class


asr_descriptor_surface_based_recognition
Author(s): Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
autogenerated on Mon Dec 16 2019 03:31:15