Click or drag to resize

MathExCalculatePointAtSide Method

Namespace:  Clio.Common
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Vector3 CalculatePointAtSide(
	Vector3 target,
	float targetFacingInRadians,
	float distanceToTarget,
	bool rightSide
)

Parameters

target
Type: Clio.UtilitiesVector3
targetFacingInRadians
Type: SystemSingle
distanceToTarget
Type: SystemSingle
rightSide
Type: SystemBoolean

Return Value

Type: Vector3
See Also