CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
FixedPoint128.hpp File Reference
#include "FixedPoint.hpp"
#include "LargeInteger.hpp"

Go to the source code of this file.

Namespaces

namespace  Math
 

Typedefs

using Math::Fixed64x64 = FixedPoint< Int128, 64 >
 A general purpose 64.64 fixed point type.
 
using Math::Fixed32x96 = FixedPoint< Int128, 96 >
 A general purpose 32.96 fixed point type.
 
using Math::Fixed96x32 = FixedPoint< Int128, 32 >
 A general purpose 96.32 fixed point type.