Skip to contents

Create a circular geometry.

Usage

circle(x = 0, y = 0, radius = 1, numPoints = 100)

Arguments

x, y

centre coordinates.

radius

circle radius.

numPoints

number of points used to approximate the circle.

Value

An object inheriting from class "circleGeometry".

See also

Other geometry.structures: arc(), band(), bezier(), ellipse(), polygon(), regPolygon(), ring()