toArray method

List<double> toArray()

Returns the components as a new double list.

Order: [x, y, z, w]

Implementation

List<double> toArray() => [x, y, z, w];