A class to hold and validate parameters for a cylindrical coordinate transformations.
More...
#include <cylindrical_transformation_parameters.hpp>
A class to hold and validate parameters for a cylindrical coordinate transformations.
Definition at line 35 of file cylindrical_transformation_parameters.hpp.
◆ CylindricalTransformationParameters() [1/3]
Utils::CylindricalTransformationParameters::CylindricalTransformationParameters |
( |
| ) |
|
|
default |
◆ CylindricalTransformationParameters() [2/3]
Main constructor.
- Parameters
-
center | The origin of the cylindrical coordinates. |
axis | The "z"-axis. Must be normalized. |
orientation | The axis along which phi = 0. Must be normalized and orthogonal to axis. |
Definition at line 46 of file cylindrical_transformation_parameters.hpp.
◆ CylindricalTransformationParameters() [3/3]
◆ axis()
◆ center()
Utils::Vector3d Utils::CylindricalTransformationParameters::center |
( |
| ) |
const |
|
inline |
◆ orientation()
Utils::Vector3d Utils::CylindricalTransformationParameters::orientation |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: