Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMathUtil
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/MathUtil.h |
| Include | #include "MathUtil.h" |
static void MinMax
(
RealType A,
RealType B,
RealType C,
RealType & MinOut,
RealType & MaxOut
)
Remarks
Compute min and max of a,b,c with max 3 comparisons (sometimes 2)