VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPoint3DAffineTransform Class / TransformVector Methods / TransformVector(AffineMatrix3D,VintasoftVector3D) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
TransformVector(AffineMatrix3D,VintasoftVector3D) Method (VintasoftPoint3DAffineTransform)
In This Topic
Transforms a 3D-vector using affine matrix in 3D-space.
Syntax
'Declaration

Public Overloads Shared Function TransformVector( _
ByVal matrix
Affine matrix in 3D-space.
As AffineMatrix3D, _
ByVal vector
Vector in 3D-space.
As VintasoftVector3D _
) As VintasoftVector3D

Parameters

matrix
Affine matrix in 3D-space.
vector
Vector in 3D-space.

Return Value

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