endContour()

Shape / Vertex

Description

The companion to beginContour().

Syntax

void endContour()

Parameters

None

Returns

void

Related

Under the Hood

From Processing.h:

void endContour();

Under the Hood

From Processing.cpp:

void PApplet::endContour() {inContour=false;}