Matrix3x2.Lerp(Matrix3x2, Matrix3x2, Single) 方法

定义

基于指定第二个矩阵的权重的值,从一个矩阵向第二个矩阵执行线性内插。

public static System.Numerics.Matrix3x2 Lerp (System.Numerics.Matrix3x2 matrix1, System.Numerics.Matrix3x2 matrix2, float amount);

参数

matrix1
Matrix3x2

第一个矩阵。

matrix2
Matrix3x2

第二个矩阵。

amount
Single

matrix2 的相对权重。

返回

内插的矩阵。

适用于

产品 版本
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided), 2.1
UWP 10.0