Class/Object

ru.harati.scavel.d2

AABB

Related Docs: object AABB | package d2

Permalink

final class AABB extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AABB
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AABB(a: Point3d, b: 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 +>(that: Double): AABB

    Permalink
  4. def +>(that: Vec3d): AABB

    Permalink
  5. def <+(that: Double): AABB

    Permalink
  6. def <+(that: Vec3d): AABB

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

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

    Permalink
    Definition Classes
    Any
  9. def center: Point3d

    Permalink
    Annotations
    @inline()
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def contains(point: Point3d): Boolean

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AABB → AnyRef → Any
  17. def intersection(that: AABB): AABB

    Permalink
  18. def intersects(that: AABB): Boolean

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isPlane: Boolean

    Permalink
    Annotations
    @inline()
  21. def isPoint: Boolean

    Permalink
    Annotations
    @inline()
  22. def isSegment: Boolean

    Permalink
    Annotations
    @inline()
  23. val max: Point3d

    Permalink
  24. val min: Point3d

    Permalink
  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 perimeter: Double

    Permalink
    Annotations
    @inline()
  29. def surface: Double

    Permalink
    Annotations
    @inline()
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AABB → AnyRef → Any
  32. def volume: Double

    Permalink
    Annotations
    @inline()
  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
    Annotations
    @inline()
  37. def y: Double

    Permalink
    Annotations
    @inline()
  38. def z: Double

    Permalink
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped