hi
what is the easiest way to obtain a location point (vector) from a start point (vector), rotation, and distance
ie how do you get an end location (vector) given a start location (vector), rotation, and distance value
regards
First and simplest that comes to mind is:
FinalPoint = (Rotation->GetForwardVector()*Distance)+StartingPoint
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.