Vec

doodle.core.Vec$
See theVec companion class
object Vec

Attributes

Companion
class
Source
Vec.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Vec.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(r: Double, angle: Angle): Vec

Attributes

Source
Vec.scala
def polar(angle: Angle): Vec

Attributes

Source
Vec.scala
def polar(r: Double, angle: Angle): Vec

Attributes

Source
Vec.scala

Concrete fields

val unitX: Vec

Attributes

Source
Vec.scala
val unitY: Vec

Attributes

Source
Vec.scala
val zero: Vec

Attributes

Source
Vec.scala

Implicits

Implicits

implicit val vecMonoid: Monoid[Vec]

Attributes

Source
Vec.scala