Polygon2dInterface

abstract class Polygon2dInterface

Constructors

Link copied to clipboard
fun Polygon2dInterface()

Functions

Link copied to clipboard
abstract fun asGraphicsObject(): GraphicsObjectInterface
Link copied to clipboard
abstract fun asMaskingObject(): MaskingObjectInterface
Link copied to clipboard
abstract fun setVertices(vertices: ArrayList<Vec2D>, indices: ArrayList<Int>)