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.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic IEnumerable<double> Transform(
IEnumerable<double> values
)
Parameters
- values IEnumerableDouble
- The source values (model coordinates) to transform.
Return Value
IEnumerableDoubleAn enumeration of transformed values (world coordinates) in the same order.
See Also