Click or drag to resize

TDSpaceTransformationClassGetCoordinates Method

Gets the coordinates, given the two dimensions.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD3D[,] GetCoordinates(
	int dim1,
	int dim2
)

Parameters

dim1  Int32
The first dimension (number of points in x-direction).
dim2  Int32
The second dimension (number of points in y-direction).

Return Value

PointD3D
The coordinates associated with the spectra.
See Also