Class/Object

ru.harati.scavel.d3

Point3d

Related Docs: object Point3d | package d3

Permalink

final case class Point3d(x: Double, y: Double, z: Double) extends Point with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Point, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Point3d
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Point
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Point3d(x: Double, y: Double, z: Double)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +>(value: Double): Point3d

    Permalink
  4. def +>(that: Vec3d): Point3d

    Permalink
  5. def -(that: Point3d): Vec3d

    Permalink
  6. def --(that: Point3d): Vec3d

    Permalink
    Annotations
    @inline()
  7. def <+(value: Double): Point3d

    Permalink
  8. def <+(that: Vec3d): Point3d

    Permalink
  9. def <~>(that: Point3d): Double

    Permalink
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def average(that: Point3d): Point3d

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def distance(that: Point3d): Double

    Permalink
    Annotations
    @inline()
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def max(that: Point3d): Point3d

    Permalink
  20. def min(that: Point3d): Point3d

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. val x: Double

    Permalink
  29. val y: Double

    Permalink
  30. val z: Double

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Point

Inherited from AnyRef

Inherited from Any

Ungrouped