VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprSliceTransformHelper Class / Create3DRotationMatrix(MprSlice,VintasoftPoint,VintasoftPoint) Method
Syntax Remarks Requirements SeeAlso
In This Topic
Create3DRotationMatrix(MprSlice,VintasoftPoint,VintasoftPoint) Method (MprSliceTransformHelper)
In This Topic
Creates a 3D rotation matrix for rotating the slice around the perpendicular axis, the angle of the rotation is the angle between three points: the start point, center of the slice and the second point.
Syntax

Parameters

slice
The slice.
startPoint
Start point, in millimeters.
endPoint
End point, in millimeters.

Return Value

3D rotation matrix.
Remarks

The rotation matrix defines the 3D rotation about perpendicular axis of the slice. The angle is calculated using two points on this slice and the slice center.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also