Bitmap for WPF
Billboard メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 : Billboard メソッド
The position of the object that the billboard will rotate around.
The position of the camera.
The up vector of the camera.
The forward vector of the camera.
Creates a spherical billboard that rotates around a specified object position.
シンタックス
'宣言
 
Public Shared Function Billboard( _
   ByVal objectPosition As Vector3, _
   ByVal cameraPosition As Vector3, _
   ByVal cameraUpVector As Vector3, _
   ByVal cameraForwardVector As Vector3 _
) As Matrix4x4

パラメータ

objectPosition
The position of the object that the billboard will rotate around.
cameraPosition
The position of the camera.
cameraUpVector
The up vector of the camera.
cameraForwardVector
The forward vector of the camera.

戻り値の型

The created billboard.
参照

Matrix4x4 構造体
Matrix4x4 メンバ