asMatrix

fun <T : Any> Point<T>.asMatrix(): VirtualMatrix<T>

Creates an n × 1 VirtualMatrix, where n is the size of the given buffer.

Receiver

a buffer.

Return

the new matrix.

Parameters

T

the type of elements contained in the buffer.

Sources

Link copied to clipboard