Class/Object

ru.harati.scavel.d2

Point2d

Related Docs: object Point2d | package d2

Permalink

class Point2d extends Point2[Double]

Linear Supertypes
Point2[Double], Point[Double], AttachedSpace[Double], AbstractPoint, Shape, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Point2d
  2. Point2
  3. Point
  4. AttachedSpace
  5. AbstractPoint
  6. Shape
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Point2d(x: Double, y: Double)

    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 +(driver: Double): Point2[Double]

    Permalink
    Definition Classes
    Point2
  4. def +(driver: Vec2[Double]): Point2[Double]

    Permalink

    Some translation

    Some translation

    Definition Classes
    Point2
  5. def -(other: Point[Double]): Vec2[Double]

    Permalink

    Build vector by two points

    Build vector by two points

    Definition Classes
    Point2Point
  6. def -(driver: Double): Point2[Double]

    Permalink
    Definition Classes
    Point2
  7. def -(driver: Vec2[Double]): Point2[Double]

    Permalink
    Definition Classes
    Point2
  8. final def ==(arg0: Any): Boolean

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

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

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

    Permalink

    Points don't contains any other point

    Points don't contains any other point

    Definition Classes
    AbstractPointShape
  12. def dimension: Int

    Permalink

    Real dimension of object

    Real dimension of object

    Definition Classes
    Point2Shape
    Annotations
    @inline()
  13. def distance(f: AbstractPoint): Double

    Permalink

    Consider always double

    Consider always double

    Definition Classes
    Point2dPoint2AbstractPoint
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink

    If all point coordinates satisfy predicate

    If all point coordinates satisfy predicate

    Definition Classes
    Point2Point
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def max(o: Point2[Double]): Point2[Double]

    Permalink
    Definition Classes
    Point2
  22. def min(o: Point2[Double]): Point2[Double]

    Permalink

    Find min/max foreach coordinate of points

    Find min/max foreach coordinate of points

    Definition Classes
    Point2
  23. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def toDoublePoint: Point2d

    Permalink

    Required for distance measurement/etc

    Required for distance measurement/etc

    Definition Classes
    Point2dPoint2Point
  29. def toRadiusVector: Vec2[Double]

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

    Permalink
    Definition Classes
    Point2 → AnyRef → Any
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. val x: Double

    Permalink
    Definition Classes
    Point2
  35. val y: Double

    Permalink
    Definition Classes
    Point2

Inherited from Point2[Double]

Inherited from Point[Double]

Inherited from AttachedSpace[Double]

Inherited from AbstractPoint

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped