Packages

case class Arc(c: Vec, a: Vec, b: Vec) extends Product with Serializable

Source
geom.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Arc
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. 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

Instance Constructors

  1. new Arc(c: Vec, a: Vec, b: Vec)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(t: Vec): Arc
  4. def ->[B](y: B): (Arc, B)
    Implicit
    This member is added by an implicit conversion from Arc toArrowAssoc[Arc] 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. lazy val angle: Bound[Angle]
  8. def applyIf(t: Boolean, f: (Arc) => Arc): Arc
    Implicit
    This member is added by an implicit conversion from Arc toDrxAny[Arc] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. def applyIf(t: (Arc) => Boolean)(f: (Arc) => Arc): Arc

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Arc toDrxAny[Arc] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val b: Vec
  12. val c: Vec
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. def contains(t: Vec): Boolean
  15. def contains(theta: Angle): Boolean
  16. def draw(implicit g: DrawContext): Unit
  17. def elementOf(xs: Set[Arc]): Boolean
    Implicit
    This member is added by an implicit conversion from Arc toDrxAny[Arc] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  18. def ensuring(cond: (Arc) => Boolean, msg: => Any): Arc
    Implicit
    This member is added by an implicit conversion from Arc toEnsuring[Arc] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (Arc) => Boolean): Arc
    Implicit
    This member is added by an implicit conversion from Arc toEnsuring[Arc] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: => Any): Arc
    Implicit
    This member is added by an implicit conversion from Arc toEnsuring[Arc] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): Arc
    Implicit
    This member is added by an implicit conversion from Arc toEnsuring[Arc] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Arc toStringFormat[Arc] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. lazy val inner: Vec
  27. lazy val innerRadius: Double
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def noneIf(f: (Arc) => Boolean): Option[Arc]
    Implicit
    This member is added by an implicit conversion from Arc toDrxAny[Arc] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def optionIf(f: (Arc) => Boolean): Option[Arc]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Arc toDrxAny[Arc] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  34. lazy val outer: Vec
  35. lazy val outerRadius: Double
  36. def preApply[B](f: (Arc) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Arc toDrxAny[Arc] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. lazy val r: Double
  39. def rz(theta: Angle): Arc
  40. def sideEffect(f: (Arc) => Unit): Arc

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Arc toDrxAny[Arc] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  41. def someIf(f: (Arc) => Boolean): Option[Arc]
    Implicit
    This member is added by an implicit conversion from Arc toDrxAny[Arc] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. val thisAny: Arc
    Implicit
    This member is added by an implicit conversion from Arc toDrxAny[Arc] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  44. lazy val w: Double
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Arc toany2stringadd[Arc] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (arc: any2stringadd[Arc]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

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

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Arc toDrxAny[Arc] 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 |>[B](f: (Arc) => B): B
    Implicit
    This member is added by an implicit conversion from Arc toDrxAny[Arc] 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)

  3. def [B](y: B): (Arc, B)
    Implicit
    This member is added by an implicit conversion from Arc toArrowAssoc[Arc] 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 Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromArc to DrxAny[Arc]

Inherited by implicit conversion any2stringadd fromArc to any2stringadd[Arc]

Inherited by implicit conversion StringFormat fromArc to StringFormat[Arc]

Inherited by implicit conversion Ensuring fromArc to Ensuring[Arc]

Inherited by implicit conversion ArrowAssoc fromArc to ArrowAssoc[Arc]

Ungrouped