LookAt#

Matrix4x4.LookAt(from, to, up)#

指定した位置を向く変換行列を返します。

Parameters:
  • from (Vector3) -- 始点の位置

  • to (Vector3) -- 目標の位置

  • up (Vector3) -- 上方向のベクトル

Returns:

指定した位置を向く変換行列

Return type:

Matrix4x4