Packages

t

cc.drx

Segment

trait Segment extends Lerp[Vec]

Source
geom.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Segment
  2. Lerp
  3. AnyRef
  4. Any
Implicitly
  1. by richDrxAny
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def dist: Double
  2. abstract def grad(t: Double): Vec
  3. abstract def last: Vec
  4. abstract def lerp(t: Double): Vec

    required methods

    required methods

    Definition Classes
    SegmentLerp

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Segment toany2stringadd[Segment] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Segment, B)
    Implicit
    This member is added by an implicit conversion from Segment toArrowAssoc[Segment] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val a: Vec
  7. def applyIf(t: Boolean, f: (Segment) => Segment): Segment
    Implicit
    This member is added by an implicit conversion from Segment toDrxAny[Segment] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. def applyIf(t: (Segment) => Boolean)(f: (Segment) => Segment): Segment

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Segment toDrxAny[Segment] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. def arrowHead(size: Double): Tri
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val b: Vec
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def elementOf(xs: Set[Segment]): Boolean
    Implicit
    This member is added by an implicit conversion from Segment toDrxAny[Segment] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  14. def end: Vec

    alias for max

    alias for max

    Definition Classes
    Lerp
  15. def ensuring(cond: (Segment) => Boolean, msg: => Any): Segment
    Implicit
    This member is added by an implicit conversion from Segment toEnsuring[Segment] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (Segment) => Boolean): Segment
    Implicit
    This member is added by an implicit conversion from Segment toEnsuring[Segment] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: => Any): Segment
    Implicit
    This member is added by an implicit conversion from Segment toEnsuring[Segment] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): Segment
    Implicit
    This member is added by an implicit conversion from Segment toEnsuring[Segment] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Segment toStringFormat[Segment] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def max: Vec
    Definition Classes
    Lerp
  27. def mid: Vec

    convenience of the mid value

    convenience of the mid value

    Definition Classes
    Lerp
  28. def min: Vec
    Definition Classes
    Lerp
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def noneIf(f: (Segment) => Boolean): Option[Segment]
    Implicit
    This member is added by an implicit conversion from Segment toDrxAny[Segment] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  31. def normal(implicit rand: Rand): Vec
    Definition Classes
    Lerp
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def optionIf(f: (Segment) => Boolean): Option[Segment]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Segment toDrxAny[Segment] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  35. def preApply[B](f: (Segment) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Segment toDrxAny[Segment] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  36. def pulse(period: Time): Vec
    Definition Classes
    Lerp
  37. def ramp(t: Time)(implicit t0: Date): Vec
    Definition Classes
    Lerp
  38. def sideEffect(f: (Segment) => Unit): Segment

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Segment toDrxAny[Segment] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  39. def someIf(f: (Segment) => Boolean): Option[Segment]
    Implicit
    This member is added by an implicit conversion from Segment toDrxAny[Segment] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  40. def start: Vec

    alias for min

    alias for min

    Definition Classes
    Lerp
  41. def step(stepDist: Double): Iterable[Vec]
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def take(n: Int): Iterable[Vec]
    Definition Classes
    Lerp
  44. val thisAny: Segment
    Implicit
    This member is added by an implicit conversion from Segment toDrxAny[Segment] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  45. def tickCount(stepDist: Double): Int
  46. def toBound(implicit b: Boundable[Vec]): Bound[Vec]
    Definition Classes
    Lerp
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def uniform(implicit rand: Rand): Vec
    Definition Classes
    Lerp
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. def zip[B](xs: Iterable[B]): Iterable[(Vec, B)]
    Definition Classes
    Lerp

Deprecated Value Members

  1. def ?>(f: (Segment) => Boolean): Option[Segment]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Segment toDrxAny[Segment] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def mean: Vec
    Definition Classes
    Lerp
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use mid instead since 0.5 may not be the mean

  3. def steps(N: Int): Seq[Vec]
    Definition Classes
    Lerp
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.4) use take(N:Int) for a more scala semantic

  4. def |>[B](f: (Segment) => B): B
    Implicit
    This member is added by an implicit conversion from Segment toDrxAny[Segment] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  5. def [B](y: B): (Segment, B)
    Implicit
    This member is added by an implicit conversion from Segment toArrowAssoc[Segment] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Lerp[Vec]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromSegment to DrxAny[Segment]

Inherited by implicit conversion any2stringadd fromSegment to any2stringadd[Segment]

Inherited by implicit conversion StringFormat fromSegment to StringFormat[Segment]

Inherited by implicit conversion Ensuring fromSegment to Ensuring[Segment]

Inherited by implicit conversion ArrowAssoc fromSegment to ArrowAssoc[Segment]

Ungrouped