Circle

data class Circle(val center: Point, val radius: Expression) : Ellipse

Instruction that draws a circle with a given radius and center.

Parameters

center

The center Point of the circle.

radius

An Expression representing the radius of the circle.

Constructors

Link copied to clipboard
constructor(center: Point, radius: Expression)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open override val center: Point
Link copied to clipboard
Link copied to clipboard
open override var parent: Instruction?
Link copied to clipboard
Link copied to clipboard
open val start: Point
Link copied to clipboard