MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / GetNormal

Function GetNormal

Source/PCGExtendedToolkit/Private/PCGExMath.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 FVector GetNormal(const FVector& A, const FVector& B, const FVector& C)
213 {
214 return FVector::CrossProduct((B - A), (C - A)).GetSafeNormal();
215 }
216
217 FVector GetNormalUp(const FVector& A, const FVector& B, const FVector& Up)
218 {

Callers 4

NRMFunction · 0.85
FExCenterArcMethod · 0.85
ComputeNormalMethod · 0.85
SubdivideCustomMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected