OrientedPoint2D Struct Reference
#include <point.h>
List of all members.
Detailed Description
Representation of a point in . The class represents points in in terms of their position (x, y) and their orientation theta.
- Author:
- Gian Diego Tipaldi
Definition at line 57 of file point.h.
Constructor & Destructor Documentation
OrientedPoint2D::OrientedPoint2D |
( |
|
) |
|
Default constructor. It sets the point to be in the origin (0,0,0)
Definition at line 17 of file point.cpp.
OrientedPoint2D::OrientedPoint2D |
( |
double |
_x, |
|
|
double |
_y, |
|
|
double |
_theta | |
|
) |
| | |
Constructor. It sets the point to be in (_x, _y, _theta)
Definition at line 24 of file point.cpp.
Member Function Documentation
Inverse compound operator
Definition at line 48 of file point.cpp.
Inverse compound operator
Definition at line 39 of file point.cpp.
Inverse compound operator
Definition at line 31 of file point.cpp.
Compound operator
Definition at line 64 of file point.cpp.
Compound operator
Definition at line 56 of file point.cpp.
Member Data Documentation
The orientation of the point.
Definition at line 78 of file point.h.
The documentation for this struct was generated from the following files: