Click or drag to resize

Vector2Polar Method

Obtains the polar point of another point.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static Vector2 Polar(
	Vector2 u,
	double distance,
	double angle
)

Parameters

u
Type: DXFReaderNETVector2
Reference point.
distance
Type: SystemDouble
Distance from point u.
angle
Type: SystemDouble
Angle in radians.

Return Value

Type: Vector2
The polar point of the specified point.
See Also