Class/Object

ru.harati.scavel.d3

Point3

Related Docs: object Point3 | package d3

Permalink

class Point3[T] extends Point[T]

Linear Supertypes
Point[T], AttachedSpace[T], AbstractPoint, Shape, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Point3
  2. Point
  3. AttachedSpace
  4. AbstractPoint
  5. Shape
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Point3(x: T, y: T, z: T)(implicit arg0: Numeric[T])

    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: T): Point3[T]

    Permalink
  4. def +(driver: Vec3[T]): Point3[T]

    Permalink

    Some translation

  5. def -(other: Point[T]): Vec3[T]

    Permalink

    Build vector by two points

    Build vector by two points

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

    Permalink
  7. def -(driver: Vec3[T]): Point3[T]

    Permalink
  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[Point2[T]]

    Permalink

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

  11. def average(o: Point3[T]): Point3[T]

    Permalink
  12. def clone(): AnyRef

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

    Permalink

    Points don't contains any other point

    Points don't contains any other point

    Definition Classes
    AbstractPointShape
  14. def dimension: Int

    Permalink

    Real dimension of object

    Real dimension of object

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

    Permalink

    Assuming always double

    Assuming always double

    Definition Classes
    Point3AbstractPoint
  16. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink

    If all point coordinates satisfy predicate

    If all point coordinates satisfy predicate

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

    Permalink
    Definition Classes
    Any
  23. def max(o: Point3[T]): Point3[T]

    Permalink
  24. def min(o: Point3[T]): Point3[T]

    Permalink

    Find min/max foreach coordinate of points

  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 space: Numeric[T]

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

    Permalink
    Definition Classes
    AnyRef
  30. def toDoublePoint: Point3d

    Permalink

    Required for distance measurement/etc

    Required for distance measurement/etc

    Definition Classes
    Point3Point
  31. def toRadiusVector: Vec3[T]

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

    Permalink
    Definition Classes
    Point3 → AnyRef → Any
  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. val x: T

    Permalink
  37. val y: T

    Permalink
  38. val z: T

    Permalink

Inherited from Point[T]

Inherited from AttachedSpace[T]

Inherited from AbstractPoint

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped