Vector2D  Conversion (Vector2D to ValueTupleDouble, Double)

Decomposes the vector to individual components

Namespace:  TSD.API.Remoting.Geometry
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public static implicit operator (double , double ) (
	Vector2D vector
)

Parameters

vector
Type: TSD.API.Remoting.GeometryVector2D
The vector to decompose to individual components

Return Value

Type: ValueTupleDouble, Double
Tuple of vector components (X, Y)
See Also