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

Function GetArcLength

Source/PCGExtendedToolkit/Private/PCGExMath.cpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 }
297
298 double GetArcLength(const double R, const double StartAngleRadians, const double EndAngleRadians)
299 {
300 return R * FMath::Abs(FMath::Fmod(EndAngleRadians, TWO_PI) - FMath::Fmod(StartAngleRadians, TWO_PI));
301 }
302
303 double GetPerpendicularDistance(const FVector& A, const FVector& B, const FVector& C)
304 {

Callers

nothing calls this directly

Calls 1

AbsFunction · 0.85

Tested by

no test coverage detected