Coordinated

trait Coordinated[V, S]

Used for those vector-types that are "coordinated", meaning that t. (Possibly the coordinates are enumerable as well, in which case you want an XXX

Type parameters:
S

Scalar type

V

Vector type

class Object
trait Matchable
class Any

Implicits

Implicits

implicit def iterateValues: CanTraverseValues[V, S]
implicit def mapValues: CanMapValues[V, S, S, V]
implicit def scalarOf: ScalarOf[V, S]
implicit def zipMapValues: CanZipMapValues[V, S, S, V]