Operator implicit operator
implicit operator (double, double, double)(Point3D)
Decomposes the point to individual components
Declaration
public static implicit operator (double, double, double)(Point3D point)
Parameters
Type | Name | Description |
---|---|---|
Point3D | point | The point to decompose |
Returns
Type | Description |
---|---|
(double, double, double) | Tuple of point components (X, Y, Z) |