Click or drag to resize

PolygonPointOnCurve Method (Single)

Returns a point on the curve at a specific length

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Vector3 PointOnCurve(
	float parameter
)

Parameters

parameter
Type: SystemSingle
The length parameter (0-1)

Return Value

Type: Vector3
The point on the curve
See Also