How to translate a point according to a direction theta ?

2 visualizaciones (últimos 30 días)
bh dhouha
bh dhouha el 5 de Abr. de 2015
Comentada: bh dhouha el 14 de Abr. de 2015
How to translate a point by a distance "d" according to a direction theta ?

Respuesta aceptada

Matt J
Matt J el 5 de Abr. de 2015
translatedPoint = d*[cos(theta); sin(theta)]+[x;y];

Más respuestas (0)

Categorías

Más información sobre PHY Components en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by