Bitmap for UWP
ScaleRef(Matrix4x4,Vector3) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 > ScaleRef メソッド : ScaleRef(Matrix4x4,Vector3) メソッド
When the method completes, contains the created scaling matrix.
Scaling factor for all three axes.
Creates a matrix that scales along the x-axis, y-axis, and y-axis.
シンタックス
'宣言
 
Public Overloads Shared Sub ScaleRef( _
   ByRef result As Matrix4x4, _
   ByRef scale As Vector3 _
) 
public static void ScaleRef( 
   out Matrix4x4 result,
   ref Vector3 scale
)

パラメータ

result
When the method completes, contains the created scaling matrix.
scale
Scaling factor for all three axes.
参照

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