EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UnitVectors.hpp File Reference
#include "Acts/Utilities/Definitions.hpp"
#include <cmath>
#include <limits>
#include <utility>
+ Include dependency graph for UnitVectors.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 

Functions

template<typename T >
ActsVector< T, 3 > Acts::makeDirectionUnitFromPhiEta (T phi, T eta)
 
template<typename T >
ActsVector< T, 3 > Acts::makeDirectionUnitFromPhiTheta (T phi, T theta)
 
template<typename InputVector >
auto Acts::makeCurvilinearUnitU (const Eigen::MatrixBase< InputVector > &direction)
 
template<typename InputVector >
auto Acts::makeCurvilinearUnitVectors (const Eigen::MatrixBase< InputVector > &direction)