Class/Object

ru.harati.scavel

Vector

Related Docs: object Vector | package scavel

Permalink

abstract class Vector[T] extends AbstractVector with AttachedSpace[T]

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

Instance Constructors

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

    Permalink

Abstract Value Members

  1. abstract def carrier: Point[T]

    Permalink

    Coordinates of vector

    Coordinates of vector

    Definition Classes
    VectorAbstractVector
  2. abstract def length: Double

    Permalink

    Length of current vector

    Length of current vector

    Definition Classes
    AbstractVector
  3. abstract def unary_-(): Vector[T]

    Permalink

    Reverse this vector

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

    Contains given point, border excluded

    Contains given point, border excluded

    Definition Classes
    VectorShape
  7. def dimension: Int

    Permalink

    Real dimension of object

    Real dimension of object

    Definition Classes
    VectorShape
    Annotations
    @inline()
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Vector → AnyRef → Any
  10. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Vector → AnyRef → Any
  13. def is(f: (T) ⇒ Boolean): Boolean

    Permalink

    If all vector component satisfy predicate

    If all vector component satisfy predicate

    Annotations
    @inline()
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def isUnit: Boolean

    Permalink

    Check if this vector ort

    Check if this vector ort

    Annotations
    @inline()
  16. def isZero: Boolean

    Permalink

    Check if vector zero

    Check if vector zero

    Annotations
    @inline()
  17. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

Inherited from AttachedSpace[T]

Inherited from AbstractVector

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped