Line Constructor BigBangProductions Easy Curves
Creates a new line (This line is only a data presentation and not renderered!)

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

public Line(
	params RotatedPoint[] rotatedPoints
)

Parameters

rotatedPoints
Type:  BigBangProductions.CurveRuntime.Splines RotatedPoint 
the points to be added to the curve
See Also