Curve Item Property BigBangProductions Easy Curves
Returns the control point at the given index

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

public ControlPoint this[
	int index
] { get; }

Parameters

index
Type: System Int32
the index of the controlpoint (between 0 and ControlPointCount)

Return Value

Type: ControlPoint
See Also