Skip to main content

Drop

Removes some vertices of a polygon.

Syntax

drop(Polygonal | Polygon, Integer)
drop(Polygonal | Polygon)

Description

Given a polygonal or polygon and an integer n, removes the first nn vertices of such figure.

calc.drop1.calc.png

Given a polygonal or polygon, removes the first vertex of such figure.

calc.drop2.calc.png