Matrix3x2.Lerp(Matrix3x2, Matrix3x2, Single) Methode

Definitie

Hiermee wordt een lineaire interpolatie uitgevoerd van één matrix naar een tweede matrix op basis van een waarde die de weging van de tweede matrix aangeeft.

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

Parameters

matrix1
Matrix3x2

De eerste matrix.

matrix2
Matrix3x2

De tweede matrix.

amount
Single

De relatieve weging van matrix2.

Retouren

De geïnterpoleerde matrix.

Van toepassing op