asVector method

Vector3 asVector()

Implementation

Vector3 asVector() => Vector3(vector[0], vector[1], vector[2]);