Main Page
Namespaces
Classes
Files
File List
File Members
include
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
28
namespace
descriptor_surface_based_recognition
{
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
descriptor_surface_based_recognition::RotationAxis::RotationAxis
RotationAxis(double angle, Eigen::Vector3d axis)
The constructor of this class
Definition:
rotation_axis.cpp:25
descriptor_surface_based_recognition::RotationAxis::angle_
double angle_
Definition:
rotation_axis.h:38
descriptor_surface_based_recognition::RotationAxis::getAngle
double getAngle() const
Definition:
rotation_axis.cpp:28
descriptor_surface_based_recognition
Definition:
descriptor_surface_based_recognition.h:53
descriptor_surface_based_recognition::RotationAxis::getAxis
Eigen::Vector3d getAxis() const
Definition:
rotation_axis.cpp:30
descriptor_surface_based_recognition::RotationAxis::axis_
Eigen::Vector3d axis_
Definition:
rotation_axis.h:41
descriptor_surface_based_recognition::RotationAxis
Definition:
rotation_axis.h:33
asr_descriptor_surface_based_recognition
Author(s): Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
autogenerated on Mon Dec 16 2019 03:31:15