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)

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next