Click or drag to resize

MathExGetRandomPointInCircle Method

Namespace:  Clio.Common
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Vector3 GetRandomPointInCircle(
	Vector3 location,
	float maxRadius
)

Parameters

location
Type: Clio.UtilitiesVector3
maxRadius
Type: SystemSingle

Return Value

Type: Vector3
See Also