Matrix3x2.Lerp(Matrix3x2, Matrix3x2, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a linear interpolation from one matrix to a second matrix based on a value that specifies the weighting of the second matrix.
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
The first matrix.
- matrix2
- Matrix3x2
The second matrix.
- amount
- Single
The relative weighting of matrix2
.
Returns
The interpolated matrix.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.