Transform Points
버전 1.0.0.0 (1.38 KB) 작성자:
James West
transform 3d points from one reference frame to another
This function will take two transformation matrices and transform from tr1 to tr2 converting all the points from frame 1-->2
Use: pointsOut = fcn_transformPoints(trOrigin[4x4],trDestination[4x4], pointsToBeMoved[mx3])
tr1 and tr2 are in the form of [1 0 0 0; [Posx Posy Posz], unitx' unity' unitz']
Note: This will only work on a 3 dimensional data set
인용 양식
James West (2026). Transform Points (https://kr.mathworks.com/matlabcentral/fileexchange/28607-transform-points), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Cartesian Coordinate System Conversion에 대해 자세히 알아보기
태그
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |
