PointDouble3D Structure |
Namespace: Arction.Wpf.ChartingMVVM
The PointDouble3D type exposes the following members.
| Name | Description | |
|---|---|---|
| PointDouble3D(Double, Double, Double) |
Constructor.
| |
| PointDouble3D(Double, Double, Double, Object) |
Constructor.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Tag |
Tag. Freely assignable object.
| |
| X |
X-coordinate.
| |
| Y |
Y-coordinate.
| |
| Z |
Z-coordinate.
|
| Name | Description | |
|---|---|---|
| ToCylindrical |
Convert a cartesian XYZ point into cylindrical point.
(Defined by CylindricalCartesian3D.) | |
| ToSpherical |
Convert a cartesian XYZ point into spherical point.
(Defined by SphericalCartesian3D.) |