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