module:Line

Line class
line demo

Constructor

new module:Line(positionDefinition, points, optionsopt)

Line constructor

Parameters:
NameTypeAttributesDescription
positionDefinitionPositionDefinition

First point

pointsArray.<PositionDefinition>

List of points

optionsLineOptions<optional>

Drawing options

Extends