21 #ifndef FUB_GEOMETRY_ROTATE_AXIS_HPP
22 #define FUB_GEOMETRY_ROTATE_AXIS_HPP
26 template <
typename Base>
class RotateAxis :
private Base {
32 const double x0 = x[0];
33 const double y0 = std::sqrt(x[1] * x[1] + x[2] * x[2]);
Definition: RotateAxis.hpp:26
double ComputeDistanceTo(std::array< double, 3 > x) const noexcept
Definition: RotateAxis.hpp:30
RotateAxis(const Base &base)
Definition: RotateAxis.hpp:28
The fub namespace.
Definition: AnyBoundaryCondition.hpp:31