From 61b22beeae31590fc726cb593252c6fa5edc13d5 Mon Sep 17 00:00:00 2001 From: Chaosus Date: Tue, 19 Mar 2019 19:59:24 +0300 Subject: Added method to clear all points in Line2D --- doc/classes/Line2D.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml index c1682e71e5..bd47c3177a 100644 --- a/doc/classes/Line2D.xml +++ b/doc/classes/Line2D.xml @@ -20,6 +20,13 @@ Add a point at the [code]position[/code]. Appends the point at the end of the line. + + + + + Removes all points from the line. + + -- cgit v1.2.3