Command

data class Command(type: Geometry.CommandType?, point: Point)

Properties

point
Link copied to clipboard
var point: Point
type
Link copied to clipboard
var type: Geometry.CommandType?