struct MagesMath::FTriplet

#include <MagesMathUtility.h>

struct FTriplet
{
    // fields

    int32 A;
    int32 B;
    int32 C;
};