Line
from the control points making up this curve. It will have the name curve
, no normals, colour or texture, these can be added to the returned line if needed.
@param steps The number of iterations to perform between control points, the higher this number the smoother the returned line will be, but it will also contain more vertices, must be greater than one.
@return A Line
representing this curve, will not be null
.
|
|
|
|