struct MagesMath::FTriangle

#include <MagesMathUtility.h>

struct FTriangle
{
    // fields

    FVector A;
    FVector B;
    FVector C;
};