sign method

Vector3 sign()

Implementation

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