Matrix3x2NewFromBasisVectorsAndLocation Method |
Creates a transformation matrix that uses two basis vectors and a location to construct the matrix that transforms points expressed in the basis vectors to points in the coordinate system.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static Matrix3x2 NewFromBasisVectorsAndLocation(
VectorD2D xBasis,
VectorD2D yBasis,
PointD3D origin
)
Parameters
- xBasis VectorD2D
- Basis vector for the x-direction.
- yBasis VectorD2D
- Basis vector for the y-direction.
- origin PointD3D
- The origin of the coordinate system.
Return Value
Matrix3x2A transformation matrix that uses the two basis vectors and a location.
See Also