The CartesianPoint class represents a single point in a Cartesian coordinate system, such as one defined by GeocentricCoordSys. A CartesianPoint describes its position in terms of distance from the origin on three mutually orthogonal axes. The origin is given by the point (0, 0, 0) and, in the case of a GeocentricCoordSys, it corresponds with the center of the earth.
|
Constructor |
Description |
|
Creates a new instance of CartesianPoint |
|
Property |
Description |
|
Inherited from GeoCalcNET.CoordPoint | |
|
Inherited from GeoCalcNET.CoordPoint | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.Serializable | |
|
The distance from this point to the origin on the x-axis | |
|
The distance from this point to the origin on the y-axis | |
|
The distance from this point to the origin on the z-axis |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Copies the formatting information from another CartesianPoint | |
|
Copies the location of another CartesianPoint | |
|
Produces a deep-copy of a CartesianPoint | |
|
Releases the resources used by the current instance | |
|
Inherited from GeoCalcNET.CoordPoint | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.CoordPoint | |
|
Compares the value of two CartesianPoints |