Line

verb.geom.Line

CLASS

Source code

A curve representing a straight line

Extends: NurbsCurve

constructor

METHOD

Source code

new Line(start : Point, end : Point)

Create a line

params

start

METHOD

Source code

start()

Length 3 array representing the start point

end

METHOD

Source code

end()

Length 3 array representing the end point