clampScalar method

Vector clampScalar(
  1. double minVal,
  2. double maxVal
)

Implementation

Vector clampScalar(double minVal, double maxVal) {
  throw('Not implimented in Vector type yet');
}