Created
June 30, 2019 10:41
-
-
Save olegknyazev/a576359a486c6d5da88dc311347d0ccf to your computer and use it in GitHub Desktop.
An example of bottom-up naming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FVector PredictFurtherLocation( | |
| const FVector& Location, | |
| const FVector& Velocity, | |
| const FVector& Acceleration, | |
| float Time) { | |
| ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment