normalize method

Vector normalize()

Implementation

Vector normalize() {
  throw('Not implimented in Vector type yet');
}