FDatasmithUtils::AreaTriangle3D

Computes the area of a triangle

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithUtils.h

Include

#include "DatasmithUtils.h"

Source

/Engine/Source/Runtime/Datasmith/DatasmithCore/Private/DatasmithUtils.cpp

Syntax

static double AreaTriangle3D
(
    FVector v0,
    FVector v1,
    FVector v2
)

Remarks

Computes the area of a triangle

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss