PointBatchBuilder

Constructors

Link copied to clipboard
constructor(drawer: Drawer)

Types

Link copied to clipboard
class Entry(val fill: ColorRGBa?, val offset: Vector3)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Active fill color

Link copied to clipboard

Active stroke color

Link copied to clipboard

Active stroke weight

Functions

Link copied to clipboard
fun batch(existingBatch: PointBatch? = null): PointBatch

Generate the stored batch

Link copied to clipboard
fun point(position: Vector2)
fun point(position: Vector3)
fun point(x: Double, y: Double)
fun point(x: Double, y: Double, z: Double)
Link copied to clipboard
@JvmName(name = "points2D")
fun points(positions: List<Vector2>)
@JvmName(name = "points3D")
fun points(positions: List<Vector3>)