Vec

interface Vec

A common interface for vector implementations.

Functions

Link copied to clipboard
abstract fun toFloatArray(): FloatArray

Returns an array of coordinates of this vector.

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

Returns a list of coordinates of this vector.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard