How to translate a point according to a direction theta ?

3 visualizzazioni (ultimi 30 giorni)
How to translate a point by a distance "d" according to a direction theta ?

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by