Please enable JavaScript.
Coggle requires JavaScript to display documents.
(25) 2D 변환 - Coggle Diagram
(25) 2D 변환
pivot 기준으로 rotation하는 방법
원래의 pivot point로 translation한다.
origin 기준에서 rotation하고
pivot point를 origin으로 translation하고
Affine Transformation
non-rigid-body transformation
shear
그래픽스보다 image processing 분야에서 자주 사용함
scaling
rigid-body transformation
translation
rotation
기준 방향은 CCW(반시계방향)
def.
그렇기에 꼭지점만 변환해도 얘들을 다시 연결하면 선분 전체가 변환한 것과 동일함.
line preserving property
(변환 전후로 직선을 유지하는 성질을 가진다.)
물리 시뮬레이션의 기초
homoneneous coordinate representation
1차 함수를 기본적으로 사용하는 변환
Transform Composition
변환의 합성
원점을 기준으로 rotate하기 때문에
rotate하고 transform하는 것과
trnasform하고 rotate하냐는 순서에 따라 결과가 달라진다.
what is transformation?
mapping oint/vector to another point/vector