openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-draw
/
org.openrndr.draw
/
CircleBatch
Circle
Batch
class
CircleBatch
(
val
geometry
:
VertexBuffer
,
val
drawStyle
:
VertexBuffer
)
:
AutoCloseable
(
source
)
Stored circle batch
Members
Constructors
Circle
Batch
Link copied to clipboard
constructor
(
geometry
:
VertexBuffer
,
drawStyle
:
VertexBuffer
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
draw
Style
Link copied to clipboard
val
drawStyle
:
VertexBuffer
geometry
Link copied to clipboard
val
geometry
:
VertexBuffer
size
Link copied to clipboard
val
size
:
Int
Functions
close
Link copied to clipboard
open
override
fun
close
(
)