Click or drag to resize

TDLinearTransformationClassTransform Method

Transforms the provided sequence of values by applying the linear mapping (value - ModelOrigin_D) * Scale_D + WorldOrigin_D to each element.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerable<double> Transform(
	IEnumerable<double> values
)

Parameters

values  IEnumerableDouble
The source values (model coordinates) to transform.

Return Value

IEnumerableDouble
An enumeration of transformed values (world coordinates) in the same order.
See Also