Mathf
ドキュメント:
UnityEngine.Mathf | Unity スクリプトリファレンス [公式]
剰余
参考:
Repeat
ドキュメント:
Mathf.Repeat | Unity スクリプトリファレンス [公式]
Lerp
ドキュメント:
Mathf.Lerp | Unity スクリプトリファレンス [公式]
PingPong
ドキュメント:
Mathf.PingPong | Unity スクリプトリファレンス [公式]
参考:
Mathf.Repeat vs Mathf.PingPong – Unity Forum
三角関数
ドキュメント:
Mathf.Sin | Unity スクリプトリファレンス [公式]
Mathf.Cos | Unity スクリプトリファレンス [公式]
Mathf.Tan | Unity スクリプトリファレンス [公式]
参考:
Mathf の Sin と Cos を使って円形の軌道を描くサンプル | エクスプラボ
Mathf.Sin / Mathf.Cos で任意の位置から円運動させる | かみこっぷ