new <abstract> Curve()

Description
Curve class, base of all curves
Details

Members


next :Vector2

Description
Get the next point
Details

prev :Vector2

Description
Get the previous point
Details

prev :Vector2

Description
Set the previous element
Details

next :Vector2

Description
Set the next element
Details

points :Array.<Vector2>

Description
Points along the curves, count depending on segmentsCount
Details
Array.<Vector2>

<readonly> isCurve :Boolean

Description
Is a curve ? Use by the system to differenciate Vector2 over curve
Details
Boolean