Click or drag to resize

Matrix4x4WithPrependedTransformation Method

Returns a new matrix based on the current matrix, but onto which another transformation was prepended.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix4x4 WithPrependedTransformation(
	Matrix4x3 l
)

Parameters

l  Matrix4x3
The matrix to prepend.

Return Value

Matrix4x4
New matrix based on the current matrix, but onto which another transformation was prepended.
See Also