clampLength method

Vector clampLength(
  1. double min,
  2. double max
)

Implementation

Vector clampLength(double min, double max) {
  throw('Not implimented in Vector type yet');
}