Click or drag to resize

MathExCalculatePointFrom Method

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

Parameters

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

Return Value

Type: Vector3
See Also