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 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

    Assuming always double

    Assuming always double

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

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

    Permalink
    Definition Classes
    Point → 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: (T) ⇒ 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[T]): Point3[T]

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

    Permalink

    Find min/max foreach coordinate of points

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

    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
    Point3Point
  30. def toRadiusVector: Vec3[T]

    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: T

    Permalink
  36. val y: T

    Permalink
  37. 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