Logical3D(Double, Double) Constructor |
Initializes a new instance of the
Logical3D struct for a 2D coordinate system.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Logical3D(
double rx,
double ry
)
Parameters
- rx Double
- The logical x-coordinate.
- ry Double
- The logical y-coordinate.
See Also