points

@JvmName(name = "points2D")
fun points(points: List<Vector2>)(source)

Draw a list of 2D points

See also


@JvmName(name = "points3D")
fun points(points: List<Vector3>)(source)

Draw a list of 3D points

See also


fun points(build: PointBatchBuilder.() -> Unit)(source)

Create and draw batched points


fun points(batch: PointBatch, count: Int = batch.size)(source)

Draw a stored batch of points