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

Method Extend

Source/PCGExtendedToolkit/Private/Geometry/PCGExGeo.cpp:401–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 }
400
401 void FApex::Extend(const double InSize)
402 {
403 TowardStart += Direction * InSize;
404 TowardEnd += Direction * -InSize;
405 }
406
407 FExCenterArc::FExCenterArc(const FVector& A, const FVector& B, const FVector& C)
408 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected