#include <iostream>
#include <fstream>
#include <cmath>
#include <algorithm>
#include <ignition/math/Helpers.hh>
#include <ignition/math/config.hh>
Go to the source code of this file.
|
template<typename T> |
const Vector3< T > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector3< T >::One (1, 1, 1) |
|
template<typename T> |
const Vector3< T > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector3< T >::UnitX (1, 0, 0) |
|
template<typename T> |
const Vector3< T > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector3< T >::UnitY (0, 1, 0) |
|
template<typename T> |
const Vector3< T > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector3< T >::UnitZ (0, 0, 1) |
|
template<typename T> |
const Vector3< T > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector3< T >::Zero (0, 0, 0) |
|