VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix3D Class / CreateRotationRadians(Double,Double,Double,Double,Double,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    CreateRotationRadians(Double,Double,Double,Double,Double,Double,Double) Method (AffineMatrix3D)
    In This Topic
    Creates a matrix, which is rotated about the specified point relative to the specified axis vector.
    Syntax
    'Declaration
    
    Public Shared Function CreateRotationRadians( _
    ByVal angle
    The rotation angle, measured in radians.
    As Double, _
    ByVal vectorX
    The X coordinate of axis vector, relative to which the matrix must be rotated.
    As Double, _
    ByVal vectorY
    The Y coordinate of axis vector, relative to which the matrix must be rotated.
    As Double, _
    ByVal vectorZ
    The Zcoordinate of axis vector, relative to which the matrix must be rotated.
    As Double, _
    ByVal centerX
    The X coordinate of point, relative to which the matrix must be rotated.
    As Double, _
    ByVal centerY
    The Y coordinate of point, relative to which the matrix must be rotated.
    As Double, _
    ByVal centerZ
    The Z coordinate of point, relative to which the matrix must be rotated.
    As Double _
    ) As AffineMatrix3D

    Parameters

    angle
    The rotation angle, measured in radians.
    vectorX
    The X coordinate of axis vector, relative to which the matrix must be rotated.
    vectorY
    The Y coordinate of axis vector, relative to which the matrix must be rotated.
    vectorZ
    The Zcoordinate of axis vector, relative to which the matrix must be rotated.
    centerX
    The X coordinate of point, relative to which the matrix must be rotated.
    centerY
    The Y coordinate of point, relative to which the matrix must be rotated.
    centerZ
    The Z coordinate of point, relative to which the matrix must be rotated.

    Return Value

    The matrix, which is rotated relative the specified point.
    Requirements

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

    See Also