TTriangle3

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/TriangleTypes.h

Include

#include "TriangleTypes.h"

Syntax

template<typename RealType>
struct TTriangle3

Variables

Name Description

Public variable

FVector3< RealT...

 

V

Constructors

Name Description

Public function

TTriangle3()

Public function

TTriangle3

(
    const FVector3< RealType > VIn
)

Public function

TTriangle3

(
    const FVector3< RealType >& V0,
    const FVector3< RealType >& V1,
    const FVector3< RealType >& V2
)

Functions

Name Description

Public function Const

FVector3< Re...

 

BarycentricPoint

(
    const FVector3< RealType >& BaryCo...
)

Public function Const

FVector3< Re...

 

BarycentricPoint

(
    RealType Bary0,
    RealType Bary1,
    RealType Bary2
)

Public function Const

FVector3< Re...

 

Centroid()

Public function

void

 

Expand

(
    RealType Delta
)

Grow the triangle around the centroid

Public function Const

FVector3< Re...

 

GetBarycentricCoords

(
    const FVector3< RealType >& Point
)

Public function Const

FVector3< Re...

 

Normal()

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