#include "MRMeshFwd.h"#include "MRFastInt128.h"#include <MRPch/MRBindingMacros.h>#include <boost/multiprecision/cpp_int.hpp>Go to the source code of this file.
Namespaces | |
| namespace | MR |
Typedefs | |
| using | MR::Int128 = boost::multiprecision::int128_t |
| using | MR::Int256 = boost::multiprecision::int256_t |
| using | MR::Vector2i128 = Vector2<Int128> |
| using | MR::Vector3i128 = Vector3<Int128> |
| using | MR::Vector2i128fast = Vector2<FastInt128> |
| using | MR::Vector3i128fast = Vector3<FastInt128> |
| using | MR::Vector2i256 = Vector3<Int256> |
| using | MR::Vector3i256 = Vector3<Int256> |