Bitmap for UWP
LerpRef メソッド (Matrix3x2)

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix3x2 構造体 : LerpRef メソッド
When the method completes, contains an the interpolated matrix.
The first matrix.
The second matrix.
A value between 0 and 1 that indicates the weight of matrix2.
Performs a linear interpolation between two matrices based on the given weighting.
シンタックス
'宣言
 
Public Shared Sub LerpRef( _
   ByRef result As Matrix3x2, _
   ByRef matrix1 As Matrix3x2, _
   ByRef matrix2 As Matrix3x2, _
   ByVal amount As System.Single _
) 
public static void LerpRef( 
   out Matrix3x2 result,
   ref Matrix3x2 matrix1,
   ref Matrix3x2 matrix2,
   System.float amount
)

パラメータ

result
When the method completes, contains an the interpolated matrix.
matrix1
The first matrix.
matrix2
The second matrix.
amount
A value between 0 and 1 that indicates the weight of matrix2.
参照

Matrix3x2 構造体
Matrix3x2 メンバ