Bitmap for UWP
BillboardRef メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 : BillboardRef メソッド
The created 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 Sub BillboardRef( _
   ByRef result As Matrix4x4, _
   ByRef objectPosition As Vector3, _
   ByRef cameraPosition As Vector3, _
   ByRef cameraUpVector As Vector3, _
   ByRef cameraForwardVector As Vector3 _
) 
public static void BillboardRef( 
   out Matrix4x4 result,
   ref Vector3 objectPosition,
   ref Vector3 cameraPosition,
   ref Vector3 cameraUpVector,
   ref Vector3 cameraForwardVector
)

パラメータ

result
The created billboard.
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.
参照

Matrix4x4 構造体
Matrix4x4 メンバ