Creates vector from polar coordinates.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public static Vector FromPolar(
	double Length,
	double angle
)
Visual Basic (Declaration)
Public Shared Function FromPolar ( _
	Length As Double, _
	angle As Double _
) As Vector
Visual C++
public:
static Vector FromPolar(
	double Length, 
	double angle
)

Parameters

Length
Type: System..::.Double
angle
Type: System..::.Double

See Also