Package-level declarations

Types

Link copied to clipboard
class DebugVertexView(pointsList: List<DoubleVectorList>, color: RGBA = Colors.WHITE, type: AGDrawType = AGDrawType.TRIANGLE_STRIP) : View

Functions

Link copied to clipboard
inline fun Container.debugVertexView(    pointsList: List<DoubleVectorList> = listOf(),     color: RGBA = Colors.WHITE,     type: AGDrawType = AGDrawType.TRIANGLE_STRIP,     callback: DebugVertexView.() -> Unit = {}): DebugVertexView