Geometry

class Geometry

Types

Command
Link copied to clipboard
data class Command(type: Geometry.CommandType?, point: Point)
CommandGeo
Link copied to clipboard
data class CommandGeo(commandType: Geometry.CommandType?, locationPoint: LocationPoint)
CommandType
Link copied to clipboard
enum CommandType : Enum<Geometry.CommandType>
Companion
Link copied to clipboard
object Companion