Vec

interface Vec<T : Number, Comparable<T>>

A common interface for vector implementations.

Inheritors

Functions

Link copied to clipboard
abstract fun toList(): List<T>

Returns a list of coordinates of this vector.