PowerOfTwo

indigo.shared.PowerOfTwo
See thePowerOfTwo companion object
sealed trait PowerOfTwo

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object _1024.type
object _128.type
object _16.type
object _2.type
object _2048.type
object _256.type
object _32.type
object _4.type
object _4096.type
object _512.type
object _64.type
object _8.type
Show all

Members list

Value members

Concrete methods

def <(powerOfTwo: PowerOfTwo): Boolean
def <(i: Int): Boolean
def <=(powerOfTwo: PowerOfTwo): Boolean
def <=(i: Int): Boolean
def >(powerOfTwo: PowerOfTwo): Boolean
def >(i: Int): Boolean
def >=(powerOfTwo: PowerOfTwo): Boolean
def >=(i: Int): Boolean
def toPoint: Point
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Abstract fields

val value: Int