Point

indigo.shared.datatypes.Point
See thePoint companion class
object Point

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Point.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
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(xy: Int): Point
def distanceBetween(a: Point, b: Point): Double
def fromSize(size: Size): Point
def fromVector2(vector2: Vector2): Point
def fromVertex(vertex: Vertex): Point
def linearInterpolation(a: Point, b: Point, divisor: Double, multiplier: Double): Point
def mod(dividend: Point, divisor: Point): Point
def tuple2ToPoint(t: (Int, Int)): Point

Concrete fields

val zero: Point

Givens

Givens

given derived$CanEqual: CanEqual[Point, Point]
given given_CanEqual_Option_Option: CanEqual[Option[Point], Option[Point]]