Click or drag to resize

BrydenWoodUtilsProjectOnCurve Method

Projects a point on the curve between 2 points

Namespace:  BrydenWoodUnity
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Vector3 ProjectOnCurve(
	Vector3 start,
	Vector3 end,
	Vector3 myPoint
)

Parameters

start
Type: Vector3
First point of curve
end
Type: Vector3
Second point of curve
myPoint
Type: Vector3
The point to project

Return Value

Type: Vector3
The projected point
See Also