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

정의

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

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

매개 변수

matrix1
Matrix4x4

첫 번째 행렬입니다.

matrix2
Matrix4x4

두 번째 행렬입니다.

amount
Single

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

반환

Matrix4x4

보간된 행렬입니다.

적용 대상