MeshLib
 
Loading...
Searching...
No Matches
MRHighPrecision.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4#include <boost/multiprecision/cpp_int.hpp>
5
6namespace MR
7{
8
12
13using HighPrecisionInt = boost::multiprecision::checked_int128_t;
14
20
21
23
24} // namespace MR
boost::multiprecision::checked_int128_t HighPrecisionInt
Definition MRHighPrecision.h:13
Definition MRCameraOrientationPlugin.h:7
Definition MRMesh/MRMatrix3.h:13
Definition MRMatrix4.h:14
Definition MRVector2.h:18
Definition MRMesh/MRVector3.h:19
Definition MRVector4.h:13