'Declaration Public Shared Function Create3DRotationMatrix( _
ByVal sliceСрез.As MprSlice, _
ByVal startPointНачальная точка в миллиметрах.As Vintasoft.Primitives.VintasoftPoint, _
ByVal endPointКонечная точка в миллиметрах.As Vintasoft.Primitives.VintasoftPoint _
) As Vintasoft.Imaging.AffineMatrix3D
public static Vintasoft.Imaging.AffineMatrix3D Create3DRotationMatrix(
MprSlice slice,
Vintasoft.Primitives.VintasoftPoint startPoint,
Vintasoft.Primitives.VintasoftPoint endPoint
)
public: static Vintasoft.Imaging.AffineMatrix3D* Create3DRotationMatrix(
MprSlice* slice,
Vintasoft.Primitives.VintasoftPoint startPoint,
Vintasoft.Primitives.VintasoftPoint endPoint
)
public:
static Vintasoft.Imaging.AffineMatrix3D^ Create3DRotationMatrix(
MprSlice^ slice,
Vintasoft.Primitives.VintasoftPoint startPoint,
Vintasoft.Primitives.VintasoftPoint endPoint
)
Parameters
- slice
- Срез.
- startPoint
- Начальная точка в миллиметрах.
- endPoint
- Конечная точка в миллиметрах.
Return Value
Матрица трехмерного вращения.