Matrix3x2.Lerp(Matrix3x2, Matrix3x2, Single) 메서드

정의

두 번째 행렬의 가중치를 지정하는 값에 따라 한 행렬과 두 번째 행렬 사이의 선형 보간을 수행합니다.

public:
 static System::Numerics::Matrix3x2 Lerp(System::Numerics::Matrix3x2 matrix1, System::Numerics::Matrix3x2 matrix2, float amount);
public static System.Numerics.Matrix3x2 Lerp (System.Numerics.Matrix3x2 matrix1, System.Numerics.Matrix3x2 matrix2, float amount);
static member Lerp : System.Numerics.Matrix3x2 * System.Numerics.Matrix3x2 * single -> System.Numerics.Matrix3x2
Public Shared Function Lerp (matrix1 As Matrix3x2, matrix2 As Matrix3x2, amount As Single) As Matrix3x2

매개 변수

matrix1
Matrix3x2

첫 번째 행렬입니다.

matrix2
Matrix3x2

두 번째 행렬입니다.

amount
Single

matrix2의 상대적 가중치입니다.

반환

Matrix3x2

보간된 행렬입니다.

적용 대상