| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected