Class/Object

ru.harati.scavel.d2

Vec2d

Related Docs: object Vec2d | package d2

Permalink

class Vec2d extends Vec2[Double]

Linear Supertypes
Vec2[Double], Vector[Double], AttachedSpace[Double], AbstractVector, Shape, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Vec2d
  2. Vec2
  3. Vector
  4. AttachedSpace
  5. AbstractVector
  6. Shape
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Vec2d(carrier: Point2d)

    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 *(f: Double): Vec2d

    Permalink
    Definition Classes
    Vec2dVec2
  4. def *(f: Vec2[Double]): Double

    Permalink

    Scalar product

    Scalar product

    Definition Classes
    Vec2
    Annotations
    @inline()
  5. def +(c: Vec2[Double]): Vec2d

    Permalink
    Definition Classes
    Vec2dVec2
  6. def -(c: Vec2[Double]): Vec2d

    Permalink
    Definition Classes
    Vec2dVec2
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def angle(another: Vec2[Double]): Double

    Permalink

    Angle between vectors

    Angle between vectors

    Definition Classes
    Vec2
  9. def apply(f: Axis): Vec2[Double] with AxisProjection[Double]

    Permalink

    Project vector to axis

    Project vector to axis

    Definition Classes
    Vec2
  10. def apply(f: Vec2[Double]): Vec2d

    Permalink

    Project this vector to vector @f

    Project this vector to vector @f

    Definition Classes
    Vec2
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. val carrier: Point2[Double]

    Permalink

    Coordinates of vector

    Coordinates of vector

    Definition Classes
    Vec2VectorAbstractVector
  13. def clone(): AnyRef

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

    Permalink

    Contains given point, border excluded

    Contains given point, border excluded

    Definition Classes
    VectorShape
  15. def dimension: Int

    Permalink

    Real dimension of object

    Real dimension of object

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

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

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

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

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

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

    Permalink

    If all vector component satisfy predicate

    If all vector component satisfy predicate

    Definition Classes
    Vector
    Annotations
    @inline()
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isUnit: Boolean

    Permalink

    Check if this vector ort

    Check if this vector ort

    Definition Classes
    Vector
    Annotations
    @inline()
  24. def isZero: Boolean

    Permalink

    Check if vector zero

    Check if vector zero

    Definition Classes
    Vector
    Annotations
    @inline()
  25. def length: Double

    Permalink

    Length of current vector

    Length of current vector

    Definition Classes
    Vec2AbstractVector
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def space: Numeric[Double]

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

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

    Permalink
    Definition Classes
    Vec2 → AnyRef → Any
  32. def unary_-(): Vec2d

    Permalink

    Reverse this vector

    Reverse this vector

    Definition Classes
    Vec2dVec2Vector
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def x: Double

    Permalink
    Definition Classes
    Vec2
    Annotations
    @inline()
  37. def y: Double

    Permalink
    Definition Classes
    Vec2
    Annotations
    @inline()

Inherited from Vec2[Double]

Inherited from Vector[Double]

Inherited from AttachedSpace[Double]

Inherited from AbstractVector

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped