map

inline fun <E, R> Point<E>.map(transform: (E) -> R): Point<R>(source)
inline fun <E, R> Vector<E>.map(transform: (E) -> R): Vector<R>(source)