A plugin with some types of number based on boost-multiprecision for support unreal engine to accurate calculate.
|--Decimal.h FDecimal - It can use as basic type(etc: float, double).
|--DecimalVector.h FDecimalVector - High precision vector type, almost all the capabilities of FVector are supported.
|--DecimalMath.h FDecimalMath - Some common math operators for FDecimal and FDecimalVector.