Curve GetTangent Method BigBangProductions Easy Curves
Calculates the tangent for the given control point

Namespace: BigBangProductions.CurveRuntime.Splines
Assembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Vector3 GetTangent(
	int index
)

Parameters

index
Type: System Int32
the index of the control point

Return Value

Type: Vector3
the tangent of the control point
See Also