[page:Curve] →

[name]

A curve representing a 2d line segment.

Constructor

[name]([param:Vector2 v1], [param:Vector2 v2])

[page:Vector2 v1] – The start point.
[page:Vector2 v2] - The end point.

Properties

See the base [page:Curve] class for common properties.

[property:Boolean isLineCurve]

Used to check whether this or derived classes are LineCurves. Default is *true*.

You should not change this, as it used internally for optimisation.

[property:Vector2 v1]

The start point.

[property:Vector2 v2]

The end point

Methods

See the base [page:Curve] class for common methods.

[sourceHint]