#include <physical_geometry.hpp>
Public Member Functions | |
Axis (const Vector2D &origin_i, const Vector2D &direction_i) | |
Class constructor. More... | |
Public Attributes | |
const Vector2D | origin |
Origin of the axis. | |
const Vector2D | direction |
Positive direction of the axis. | |
Axis of revolution.
Definition at line 68 of file physical_geometry.hpp.
Class constructor.
origin_i | Origin of the axis |
direction_i | Positive direction of the axis |
Definition at line 46 of file physical_geometry.cpp.