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
.
.
::
..RandomPointOnSphere Method (Single)
gradient

Returns a random point on a sphere with the given Radius

Namespace: DPSF

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

collapse_allSyntax

C#

public static Vector3 RandomPointOnSphere(

 float fRadius

)

Visual Basic

Public Shared Function RandomPointOnSphere (

 fRadius As Single

As Vector3

Visual C++

public:

static Vector3 RandomPointOnSphere(

 float fRadius

)

Parameters

fRadius

Type: System..::..Single

The radius the sphere should have

Return Value

Type: Vector3

Returns a random point on a sphere with the given Radius

collapse_allSee Also

DPSFHelper Class

DPSFHelper Members

RandomPointOnSphere Overload

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com