Public Member Functions | Public Attributes | List of all members
Axis Class Reference

Axis of revolution. More...

#include <physical_geometry.hpp>

Collaboration diagram for Axis:
Collaboration graph
[legend]

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.
 

Detailed Description

Axis of revolution.

Definition at line 68 of file physical_geometry.hpp.

Constructor & Destructor Documentation

◆ Axis()

Axis::Axis ( const Vector2D origin_i,
const Vector2D direction_i 
)

Class constructor.

Parameters
origin_iOrigin of the axis
direction_iPositive direction of the axis

Definition at line 46 of file physical_geometry.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: