Navigation
API > API/Runtime > API/Runtime/GeometryCore
Math constants and utility functions, templated on float/double type
| Name | TMathUtilConstants |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MathUtil.h |
| Include Path | #include "MathUtil.h" |
Syntax
template<typename RealType>
struct TMathUtilConstants
Derived Classes
Struct Specializations
| Name | Remarks |
|---|---|
| TMathUtilConstants< double > | |
| TMathUtilConstants< float > | |
| TMathUtilConstants< int32 > | We use TMathUtil |
| TMathUtilConstants< int64 > | We use TMathUtil |