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

Function Dot

Source/PCGExtendedToolkit/Public/PCGExMath.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 FSegment(const FVector& InA, const FVector& InB, const double Expansion = 0);
95
96 double Dot(const FVector& InDirection) const { return FVector::DotProduct(Direction, InDirection); }
97 FVector Lerp(const double InLerp) const { return FMath::Lerp(A, B, InLerp); }
98
99 template <EIntersectionTestMode Mode = EIntersectionTestMode::Strict>

Callers

nothing calls this directly

Calls 1

DotProductFunction · 0.85

Tested by

no test coverage detected