123456789101112131415 |
- // David Eberly, Geometric Tools, Redmond WA 98052
- // Copyright (c) 1998-2020
- // Distributed under the Boost Software License, Version 1.0.
- // https://www.boost.org/LICENSE_1_0.txt
- // https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
- // Version: 4.0.2019.08.13
- #pragma once
- #include <Mathematics/UIntegerALU32.h>
- #include <Mathematics/UIntegerAP32.h>
- #include <Mathematics/UIntegerFP32.h>
- #include <Mathematics/BSNumber.h>
- #include <Mathematics/BSRational.h>
- #include <Mathematics/BSPrecision.h>
|