Class/Object

ru.harati.scavel.d3

Point3d

Related Docs: object Point3d | package d3

Permalink

class Point3d extends Point3[Double]

Linear Supertypes
Point3[Double], Point[Double], AttachedSpace[Double], AbstractPoint, Shape, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Point3d
  2. Point3
  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 Point3d(x: Double, y: Double, z: 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): Point3[Double]

    Permalink
    Definition Classes
    Point3
  4. def +(driver: Vec3[Double]): Point3[Double]

    Permalink

    Some translation

    Some translation

    Definition Classes
    Point3
  5. def -(other: Point[Double]): Vec3[Double]

    Permalink

    Build vector by two points

    Build vector by two points

    Definition Classes
    Point3Point
  6. def -(driver: Double): Point3[Double]

    Permalink
    Definition Classes
    Point3
  7. def -(driver: Vec3[Double]): Point3[Double]

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

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

    Permalink
    Definition Classes
    Any
  10. def asPoint2: Option[Point2d]

    Permalink

    If zero coordinate is zero - Some(_), otherwise None

    If zero coordinate is zero - Some(_), otherwise None

    Definition Classes
    Point3dPoint3
  11. def clone(): AnyRef

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

    Permalink

    Points don't contains any other point

    Points don't contains any other point

    Definition Classes
    AbstractPointShape
  13. def dimension: Int

    Permalink

    Real dimension of object

    Real dimension of object

    Definition Classes
    Point3Shape
    Annotations
    @inline()
  14. def distance(f: AbstractPoint): Double

    Permalink

    Consider always double

    Consider always double

    Definition Classes
    Point3dPoint3AbstractPoint
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink

    If all point coordinates satisfy predicate

    If all point coordinates satisfy predicate

    Definition Classes
    Point3Point
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def max(o: Point3[Double]): Point3[Double]

    Permalink
    Definition Classes
    Point3
  23. def min(o: Point3[Double]): Point3[Double]

    Permalink

    Find min/max foreach coordinate of points

    Find min/max foreach coordinate of points

    Definition Classes
    Point3
  24. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def toDoublePoint: Point3d

    Permalink

    Required for distance measurement/etc

    Required for distance measurement/etc

    Definition Classes
    Point3dPoint3Point
  30. def toRadiusVector: Vec3[Double]

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

    Permalink
    Definition Classes
    Point3 → AnyRef → Any
  32. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Point3
  36. val y: Double

    Permalink
    Definition Classes
    Point3
  37. val z: Double

    Permalink
    Definition Classes
    Point3

Inherited from Point3[Double]

Inherited from Point[Double]

Inherited from AttachedSpace[Double]

Inherited from AbstractPoint

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped