TDSpaceTransformationClassGetCoordinates Method |
Gets the coordinates, given the two dimensions.
Namespace: Altaxo.Serialization.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
PointD3DThe coordinates associated with the spectra.
See Also