How to translate a point according to a direction theta ?

4 次查看(过去 30 天)
How to translate a point by a distance "d" according to a direction theta ?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 PHY Components 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by