get_vector


Description:

public float[] get_vector (int index) throws Error

Retrieves a vector by index.

Parameters:

index

The vector index (0-based)

Returns:

The vector as a float array

Exceptions:

Error

if index is out of range