Line2D.addPoint

Add a point at the position. Appends the point at the end of the line.

struct Line2D
@nogc nothrow
void
addPoint
(
in Vector2 position
)

Meta