Object/Class

ru.harati.scavel.d3

AABB

Related Docs: class AABB | package d3

Permalink

object AABB extends SelfPointed with isIntersects[AABB, AABB] with hasIntersection[AABB, AABB, AABB] with CollectionTranslation[AABB, Vec3] with hasCenter[AABB] with hasPerimeter[AABB] with hasSurface[AABB] with hasVolume[AABB]

Created by loki on 06.04.2017.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AABB
  2. hasVolume
  3. hasSurface
  4. hasPerimeter
  5. hasCenter
  6. CollectionTranslation
  7. hasIntersection
  8. isIntersects
  9. SelfPointed
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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. implicit object ContainPoint2 extends isContain[AABB, Point2]

    Permalink
  5. implicit object ContainPoint3 extends isContain[AABB, Point3]

    Permalink
  6. def apply[T](a: Point3[T], b: Point3[T])(implicit ord: Ordering[T]): AABB[T]

    Permalink
    Annotations
    @inline()
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def center[T](data: AABB[T])(implicit ha: hasAverage[T]): Point3[T]

    Permalink
    Definition Classes
    AABBhasCenter
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def drive[T](self: AABB[T], other: Vec3[T])(implicit sub: isAdditive[T]): AABB[T]

    Permalink
    Definition Classes
    AABBCollectionTranslation
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def intersection[T](self: AABB[T], that: AABB[T])(implicit cmp: Ordering[T]): AABB[T]

    Permalink
    Definition Classes
    AABBhasIntersection
  17. def intersects[T](shape: AABB[T], sec: AABB[T])(implicit cmp: Ordering[T]): Boolean

    Permalink
    Definition Classes
    AABBisIntersects
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def perimeter[T](data: AABB[T])(implicit sub: isSubtractive[T], add: isAdditive[T]): T

    Permalink
    Definition Classes
    AABBhasPerimeter
  23. implicit def self: AABB.this.type

    Permalink
    Definition Classes
    SelfPointed
  24. def surface[T](data: AABB[T])(implicit sub: isSubtractive[T], add: isAdditive[T], mul: isMultiplicable[T]): T

    Permalink
    Definition Classes
    AABBhasSurface
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def volume[T](data: AABB[T])(implicit sub: isSubtractive[T], neg: hasNegative[T], mul: isMultiplicable[T]): T

    Permalink
    Definition Classes
    AABBhasVolume
  28. final def wait(): Unit

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

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

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

Inherited from hasVolume[AABB]

Inherited from hasSurface[AABB]

Inherited from hasPerimeter[AABB]

Inherited from hasCenter[AABB]

Inherited from CollectionTranslation[AABB, Vec3]

Inherited from hasIntersection[AABB, AABB, AABB]

Inherited from isIntersects[AABB, AABB]

Inherited from SelfPointed

Inherited from AnyRef

Inherited from Any

Ungrouped