How to translate a point according to a direction theta ?

조회 수: 1 (최근 30일)
bh dhouha
bh dhouha 2015년 4월 5일
댓글: bh dhouha 2015년 4월 14일
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에서 Assembly에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by