Bitmap for WPF
LookAtRef メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 : LookAtRef メソッド
The view matrix.
The position of the camera.
The target towards which the camera is pointing.
The direction that is "up" from the camera's point of view.
Creates a view matrix.
シンタックス
'宣言
 
Public Shared Sub LookAtRef( _
   ByRef result As Matrix4x4, _
   ByRef cameraPosition As Vector3, _
   ByRef cameraTarget As Vector3, _
   ByRef cameraUpVector As Vector3 _
) 
public static void LookAtRef( 
   out Matrix4x4 result,
   ref Vector3 cameraPosition,
   ref Vector3 cameraTarget,
   ref Vector3 cameraUpVector
)

パラメータ

result
The view matrix.
cameraPosition
The position of the camera.
cameraTarget
The target towards which the camera is pointing.
cameraUpVector
The direction that is "up" from the camera's point of view.
参照

Matrix4x4 構造体
Matrix4x4 メンバ