Class/Object

ru.harati.scavel.d3

Vec3d

Related Docs: object Vec3d | package d3

Permalink

class Vec3d extends Vec3[Double]

Linear Supertypes
Vec3[Double], Vector[Double], AttachedSpace[Double], AbstractVector, Shape, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Vec3d
  2. Vec3
  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 Vec3d(carrier: Point3d)

    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): Vec3d

    Permalink
    Definition Classes
    Vec3dVec3
  4. def *(f: Vec3[Double]): Double

    Permalink

    Scalar product

    Scalar product

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

    Permalink
    Definition Classes
    Vec3dVec3
  6. def -(c: Vec3[Double]): Vec3d

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

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

    Permalink

    Angle between vectors

    Angle between vectors

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

    Permalink

    Project vector to axis

    Project vector to axis

    Definition Classes
    Vec3
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. val carrier: Point3[Double]

    Permalink

    Coordinates of vector

    Coordinates of vector

    Definition Classes
    Vec3VectorAbstractVector
  12. def clone(): AnyRef

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

    Permalink

    Contains given point, border excluded

    Contains given point, border excluded

    Definition Classes
    VectorShape
  14. def dimension: Int

    Permalink

    Real dimension of object

    Real dimension of object

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

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

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

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

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

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

    Permalink

    If all vector component satisfy predicate

    If all vector component satisfy predicate

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

    Permalink
    Definition Classes
    Any
  22. def isUnit: Boolean

    Permalink

    Check if this vector ort

    Check if this vector ort

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

    Permalink

    Check if vector zero

    Check if vector zero

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

    Permalink

    Length of current vector

    Length of current vector

    Definition Classes
    Vec3AbstractVector
  25. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Vec3 → AnyRef → Any
  31. def unary_-(): Vec3d

    Permalink

    Reverse this vector

    Reverse this vector

    Definition Classes
    Vec3dVec3Vector
  32. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Vec3
    Annotations
    @inline()
  36. def y: Double

    Permalink
    Definition Classes
    Vec3
    Annotations
    @inline()
  37. def z: Double

    Permalink
    Definition Classes
    Vec3
    Annotations
    @inline()

Inherited from Vec3[Double]

Inherited from Vector[Double]

Inherited from AttachedSpace[Double]

Inherited from AbstractVector

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped