Line
verb.geom.Line
CLASS
A curve representing a straight line
Extends: NurbsCurve
constructor
METHOD
new Line(start : Point, end : Point)
Create a line
params
- Length 3 array representing the start point
- Length 3 array representing the end point
start
METHOD
start()
Length 3 array representing the start point
end
METHOD
end()
Length 3 array representing the end point