======Метод Matrix.Lerp(Matrix, Matrix, Double, Matrix)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public static void Lerp(ref Matrix matrix1, ref Matrix matrix2, double amount, out Matrix result) **Параметры** * //matrix1// * Тип: [[developers:references:topomatic.cad.foundation.matrix|Topomatic.Cad.Foundation.Matrix]] * //matrix2// * Тип: [[developers:references:topomatic.cad.foundation.matrix|Topomatic.Cad.Foundation.Matrix]] * //amount// * Тип: System.Double * //result// * Тип: [[developers:references:topomatic.cad.foundation.matrix|Topomatic.Cad.Foundation.Matrix]]