In this exercise we will learn the basics of loop subdivision, a way to create a fine, smooth, dense mesh from a coarse control mesh. This is only a rough introduction. For a more in-depth treatment ...
This MATLAB tutorial will teach you the basics of geometry processing in MATLAB using the gptoolbox library. Complete the exercises in order from 001 to 999! This tutorial also accompanies an SGP 2021 ...
rotm2eul()は、MATLABで3次元空間の剛体の回転の計算時に使用する関数で、回転行列を入力すると姿勢の回転角度を出力します。 過去の記事では、 【変換①】姿勢の回転角度 ⇒ 回転行列 【変換②】回転行列 ⇒ 姿勢の回転角度 という変換をMATLABの関数を用いて ...