How to translate a point according to a direction theta ?

1 view (last 30 days)
How to translate a point by a distance "d" according to a direction theta ?

Accepted Answer

Matt J
Matt J on 5 Apr 2015
translatedPoint = d*[cos(theta); sin(theta)]+[x;y];

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!