Class/Object

io.github.karols.units

Vector3A

Related Docs: object Vector3A | package units

Permalink

case class Vector3A[A <: AffineSpace](x: DoubleA[A], y: DoubleA[A], z: DoubleA[A]) extends Product with Serializable

A three-dimensional vector within an affine space

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vector3A
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Vector3A(x: DoubleA[A], y: DoubleA[A], z: DoubleA[A])

    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 +(i: Vector3U[A.Unit]): Vector3A[A]

    Permalink

    Add a value with the same unit.

    Add a value with the same unit.

    Annotations
    @inline()
  4. def -(i: Vector3U[A.Unit]): Vector3A[A]

    Permalink

    Subtract a value with the same unit.

    Subtract a value with the same unit.

    Annotations
    @inline()
  5. def --(i: Vector3A[A]): Vector3U[A.Unit]

    Permalink

    Subtract a value within the same affine space.

    Subtract a value within the same affine space.

    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def convert[B <: AffineSpace](implicit ev: DoubleAffineSpaceConverter[A, B]): Vector3A[B]

    Permalink

    Convert to another unit.

    Convert to another unit.

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fromZero: Vector3U[A.Unit]

    Permalink
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  15. def mkString(implicit name: UnitName[A.Unit]): String

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

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

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

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

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

    Permalink
    Definition Classes
    Vector3A → AnyRef → Any
    Annotations
    @inline()
  21. def value: (Double, Double, Double)

    Permalink
    Annotations
    @inline()
  22. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. val x: DoubleA[A]

    Permalink
  26. val y: DoubleA[A]

    Permalink
  27. val z: DoubleA[A]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped