IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Represents a two-dimensional point. More...
Public Member Functions | |
XY (double x, double y) | |
Initializes a new point with the given coordinates. More... | |
Public Attributes | |
double | y |
Properties | |
double | X [get] |
Gets the X-coordinate of the point. More... | |
double | Y [get] |
Gets the Y-coordinate of the point. More... | |
Private Attributes | |
double | x |
Represents a two-dimensional point.
|
inline |
Initializes a new point with the given coordinates.
x | The X-corrdinate. |
y | The Y-coordinate. |
|
private |
double Meta.Numerics.XY.y |
|
get |
Gets the X-coordinate of the point.
Referenced by Meta.Numerics.Statistics.BivariateSample.Add(), Meta.Numerics.Statistics.BivariateSample.Contains(), Meta.Numerics.Polynomial.FromPoints(), and Meta.Numerics.Statistics.BivariateSample.Remove().
|
get |
Gets the Y-coordinate of the point.
Referenced by Meta.Numerics.Statistics.BivariateSample.Add(), Meta.Numerics.Statistics.BivariateSample.Contains(), Meta.Numerics.Polynomial.FromPoints(), and Meta.Numerics.Statistics.BivariateSample.Remove().