Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私がこのような形をしているとしましょう:
そして、私はそれをこれに縮小したいと思います:
ポイント(赤い円)の位置を計算するにはどうすればよいですか?
new.x = scale * (old.x - center.x) + center.x new.y = scale * (old.y - center.y) + center.y
ポイントごとに繰り返します。