VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPoint3DAffineTransform Class / TransformPoint Methods / TransformPoint(AffineMatrix3D,VintasoftPoint3D) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    TransformPoint(AffineMatrix3D,VintasoftPoint3D) Method (VintasoftPoint3DAffineTransform)
    In This Topic
    Transforms a 3D-point using affine matrix in 3D-space.
    Syntax
    'Declaration
    
    Public Overloads Shared Function TransformPoint( _
    ByVal matrix
    Affine matrix in 3D-space.
    As AffineMatrix3D, _
    ByVal point
    Point in 3D-space.
    As VintasoftPoint3D _
    ) As VintasoftPoint3D
    public static VintasoftPoint3D TransformPoint(
    AffineMatrix3D matrix,
    VintasoftPoint3D point
    )
    public: static VintasoftPoint3D TransformPoint(
    AffineMatrix3D* matrix,
    VintasoftPoint3D point
    )

    Parameters

    matrix
    Affine matrix in 3D-space.
    point
    Point in 3D-space.

    Return Value

    Result point.
    Exceptions
    ExceptionDescription
    Thrown if matrix is null.
    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