Click or drag to resize

Vector2Polar Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Obtains a the polar point of another point.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Vector2 Polar(
	Vector2 u,
	double distance,
	double angle
)
Request Example View Source

Parameters

u
Type: netDxfVector2
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