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

Function GetNormalUp

Source/PCGExtendedToolkit/Private/PCGExMath.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 FVector GetNormalUp(const FVector& A, const FVector& B, const FVector& Up)
218 {
219 return FVector::CrossProduct((B - A), ((B + Up) - A)).GetSafeNormal();
220 }
221
222 FTransform MakeLookAtTransform(const FVector& LookAt, const FVector& LookUp, const EPCGExAxisAlign AlignAxis)
223 {

Callers 2

GetGuidedHalfEdgeMethod · 0.85
ProcessEdgeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected