Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math > API/Runtime/CADKernel/Math/UE__CADKernel__GetMinMax
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MathConst.h |
| Include | #include "Math/MathConst.h" |
namespace UE
{
namespace CADKernel
{
template<typename ValueType>
const void UE::CADKernel::GetMinMax
(
const ValueType & ValueA,
const ValueType & ValueB,
ValueType & OutMin,
ValueType & OutMax
)
}
}
Remarks
Sort input A & B values into OutMin & OutMax