Version

angularToCartesian Method (LinearMeasurements)

Gets a point on the edge of a circle, given center, radius and theta.
Syntax
'Declaration
 
Public Function angularToCartesian( _
   ByVal center As Point, _
   ByVal radius As Double, _
   ByVal theta As Double _
) As Point
public Point angularToCartesian( 
   Point center,
   double radius,
   double theta
)

Parameters

center
Center of circle.
radius
Radius of circle.
theta
Angular Deviation.

Return Value

A point at the edge of the circle with specified center and radius, at angle theta.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also