IntPointN

final case
class IntPointN(components: IndexedSeq[Int]) extends IntPointNLike
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +(that: Point): IntPointN
def -(that: Point): IntPointN

Inherited methods

final
def apply(idx: Int): Int
Inherited from
IntPointNLike
final
def dim: Int
Inherited from
IntPointNLike
final
def distanceSq(that: PointLike): BigInt
Inherited from
IntPointNLike
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product