DioDocs for PDF
Lerp メソッド (Matrix4x4)

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Matrix4x4 構造体 : Lerp メソッド
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 Function Lerp( _
   ByRef matrix1 As Matrix4x4, _
   ByRef matrix2 As Matrix4x4, _
   ByVal amount As System.Single _
) As Matrix4x4
public static Matrix4x4 Lerp( 
   ref Matrix4x4 matrix1,
   ref Matrix4x4 matrix2,
   System.float amount
)

パラメータ

matrix1
The first matrix.
matrix2
The second matrix.
amount
A value between 0 and 1 that indicates the weight of matrix2.

戻り値の型

The interpolated matrix.
参照

Matrix4x4 構造体
Matrix4x4 メンバ