Matrix3x2Transform(VectorD2D) Method |
Transforms the specified vector v. For a vector transform, the offset elements M31..M32 are ignored.
The transformation is carried out as a prepend transformation, i.e. result = v * matrix (v considered as horizontal vector).
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public VectorD2D Transform(
VectorD2D v
)
Parameters
- v VectorD2D
- The vector to transform.
Return Value
VectorD2DThe transformed vector.
See Also