setW method

Vector4 setW(
  1. num w
)

Implementation

Vector4 setW(num w) {
  this.w = w;

  return this;
}