setLength method

Vector setLength(
  1. double length
)

Implementation

Vector setLength(double length) {
  throw('Not implimented in Vector type yet');
}