setW method

Vector4 setW(
  1. double w
)

Implementation

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

  return this;
}