IntPoint3D

final case
class IntPoint3D(x: Int, y: Int, z: Int) extends IntPoint3DLike
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

def distanceSq(that: PointLike): BigInt
Inherited from
IntPoint3DLike
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product