io.github.karols.units

arrays

package arrays

Visibility
  1. Public
  2. All

Type Members

  1. final class DoubleAArray[A <: AffineSpace] extends IndexedSeq[DoubleA[A]] with ArrayLike[DoubleA[A], DoubleAArray[A]]

    Mutable fixed-size array of unboxed io.github.karols.units.DoubleA.

  2. class DoubleAArrayBuilder[A <: AffineSpace] extends Builder[DoubleA[A], DoubleAArray[A]]

  3. final class DoubleUArray[U <: MUnit] extends IndexedSeq[DoubleU[U]] with ArrayLike[DoubleU[U], DoubleUArray[U]]

    Mutable fixed-size array of unboxed io.github.karols.units.DoubleU.

  4. class DoubleUArrayBuilder[U <: MUnit] extends Builder[DoubleU[U], DoubleUArray[U]]

  5. final class IntAArray[A <: AffineSpace] extends IndexedSeq[IntA[A]] with ArrayLike[IntA[A], IntAArray[A]]

    Mutable fixed-size array of unboxed io.github.karols.units.IntA.

  6. class IntAArrayBuilder[A <: AffineSpace] extends Builder[IntA[A], IntAArray[A]]

  7. final class IntUArray[U <: MUnit] extends IndexedSeq[IntU[U]] with ArrayLike[IntU[U], IntUArray[U]]

    Mutable fixed-size array of unboxed io.github.karols.units.IntU.

  8. class IntUArrayBuilder[U <: MUnit] extends Builder[IntU[U], IntUArray[U]]

  9. final class Vector2AArray[A <: AffineSpace] extends IndexedSeq[Vector2A[A]] with ArrayLike[Vector2A[A], Vector2AArray[A]]

    Mutable fixed-size array of unboxed io.github.karols.units.Vector2A.

  10. class Vector2AArrayBuilder[A <: AffineSpace] extends Builder[Vector2A[A], Vector2AArray[A]]

  11. final class Vector2UArray[U <: MUnit] extends IndexedSeq[Vector2U[U]] with ArrayLike[Vector2U[U], Vector2UArray[U]]

    Mutable fixed-size array of unboxed io.github.karols.units.Vector2U.

  12. class Vector2UArrayBuilder[U <: MUnit] extends Builder[Vector2U[U], Vector2UArray[U]]

  13. final class Vector3AArray[A <: AffineSpace] extends IndexedSeq[Vector3A[A]] with ArrayLike[Vector3A[A], Vector3AArray[A]]

    Mutable fixed-size array of unboxed io.github.karols.units.Vector3A.

  14. class Vector3AArrayBuilder[A <: AffineSpace] extends Builder[Vector3A[A], Vector3AArray[A]]

  15. final class Vector3UArray[U <: MUnit] extends IndexedSeq[Vector3U[U]] with ArrayLike[Vector3U[U], Vector3UArray[U]]

    Mutable fixed-size array of unboxed io.github.karols.units.Vector3U.

  16. class Vector3UArrayBuilder[U <: MUnit] extends Builder[Vector3U[U], Vector3UArray[U]]

Value Members

  1. object DoubleAArray

  2. object DoubleUArray

  3. object IntAArray

  4. object IntUArray

  5. object Vector2AArray

  6. object Vector2UArray

  7. object Vector3AArray

  8. object Vector3UArray

Ungrouped