angle method

double angle()

Implementation

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