collapse_all

expand_all

collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++

DPSF API Documentation

DPSFHelper
.
.
::
..PointOnCircle Method
gradient

Returns a point on a circle with a radius of one, on the X-Y axis plane. To use a different radius simply multiply the returned value by the desired radius value.

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public static Vector2 PointOnCircle(

 float fAngle

)

Visual Basic

Public Shared Function PointOnCircle (

 fAngle As Single

As Vector2

Visual C++

public:

static Vector2 PointOnCircle(

 float fAngle

)

Parameters

fAngle

Type: System..::..Single

The angle on the circle in radians

Return Value

Type: Vector2

Returns a 2D position on a circle

collapse_allSee Also

DPSFHelper Class

DPSFHelper Members

DPSF Namespace

footer

Send comments on this topic to

Dan@DansKingdom.com