#include "Acts/Definitions/Algebra.hpp"
#include <cassert>
#include <cstddef>
#include <iosfwd>
#include <string>
Go to the source code of this file.
|
| namespace | Acts |
| | Acts includes to create all necessary definitions.
|
| |
|
| std::ostream & | Acts::operator<< (std::ostream &os, Direction dir) |
| |
| constexpr int | Acts::operator* (Direction dir, int value) |
| |
| constexpr float | Acts::operator* (Direction dir, float value) |
| |
| constexpr double | Acts::operator* (Direction dir, double value) |
| |
| Acts::Vector3 | Acts::operator* (Direction dir, const Acts::Vector3 &value) |
| |
| constexpr int | Acts::operator* (int value, Direction dir) |
| |
| constexpr float | Acts::operator* (float value, Direction dir) |
| |
| constexpr double | Acts::operator* (double value, Direction dir) |
| |
| Acts::Vector3 | Acts::operator* (const Acts::Vector3 &value, Direction dir) |
| |
| constexpr int | Acts::operator*= (int &value, Direction dir) |
| |
| constexpr float | Acts::operator*= (float &value, Direction dir) |
| |
| constexpr double | Acts::operator*= (double &value, Direction dir) |
| |
| Acts::Vector3 & | Acts::operator*= (Acts::Vector3 &value, Direction dir) |
| |