Click or drag to resize

MathExGetPointAt Method (Vector3, Single, Single)

Namespace:  Clio.Common
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Vector3 GetPointAt(
	Vector3 from,
	float distance,
	float rotationRadians
)

Parameters

from
Type: Clio.UtilitiesVector3
distance
Type: SystemSingle
rotationRadians
Type: SystemSingle

Return Value

Type: Vector3
See Also