Wiki

Clone wiki

Core / pointSize

Back to Beyond the Codea in-app reference


FunctionIconFunction-Small.png pointSize() function

Introduction

The undocumented pointSize() function sets the diameter of the circle drawn by the built-in point() function.

Setting the point size

To draw a circle centred at x, y with diameter d:

pointSize(d)
point(x, y)

Updated