abs method

Vector3 abs()

Implementation

Vector3 abs() {
  return applyFunction((n) => n.abs());
}