Class/Object

ru.harati.scavel

Point

Related Docs: object Point | package scavel

Permalink

abstract class Point[T] extends AbstractPoint with AttachedSpace[T]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Point
  2. AttachedSpace
  3. AbstractPoint
  4. Shape
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Point()(implicit arg0: Numeric[T])

    Permalink

Abstract Value Members

  1. abstract def -(other: Point[T]): Vector[T]

    Permalink

    Build vector by two points

  2. abstract def dimension: Int

    Permalink

    Real dimension of object

    Real dimension of object

    Definition Classes
    Shape
  3. abstract def distance(f: AbstractPoint): Double

    Permalink

    Consider always double

    Consider always double

    Definition Classes
    AbstractPoint
  4. abstract def is(f: (T) ⇒ Boolean): Boolean

    Permalink

    If all point coordinates satisfy predicate

  5. abstract def toDoublePoint: Point[Double]

    Permalink

    Required for distance measurement/etc

  6. abstract def toRadiusVector: Vector[T]

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def contains(f: AbstractPoint): Boolean

    Permalink

    Points don't contains any other point

    Points don't contains any other point

    Definition Classes
    AbstractPointShape
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Point → AnyRef → Any
  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  16. def space: Numeric[T]

    Permalink
    Attributes
    protected
    Definition Classes
    PointAttachedSpace
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AttachedSpace[T]

Inherited from AbstractPoint

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped