Circle

indigo.shared.datatypes.Circle$
See theCircle companion class
object Circle

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Circle.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(x: Int, y: Int, radius: Int): Circle
def fromPoint(points: Batch[Point]): Circle
def fromPointCloud(points: Batch[Point]): Circle
def fromRectangle(rectangle: Rectangle): Circle
def fromTwoPoints(center: Point, boundary: Point): Circle
def signedDistanceFunction(point: Point, radius: Int): Int

Concrete fields

val zero: Circle

Givens

Givens

given derived$CanEqual: CanEqual[Circle, Circle]