Bitmap for UWP
Scale(Vector3) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 > Scale メソッド : Scale(Vector3) メソッド
Scaling factor for all three axes.
Creates a matrix that scales along the x-axis, y-axis, and y-axis.
シンタックス
'宣言
 
Public Overloads Shared Function Scale( _
   ByVal scale As Vector3 _
) As Matrix4x4
public static Matrix4x4 Scale( 
   Vector3 scale
)

パラメータ

scale
Scaling factor for all three axes.

戻り値の型

The created scaling matrix.
参照

Matrix4x4 構造体
Matrix4x4 メンバ
オーバーロード一覧