setVector method

void setVector(
  1. Vector vector
)

Implementation

void setVector(Vector vector) {
  setFloats(vector.storage);
}