w method

double w()

Gets the value of the w component @return w component value

Implementation

double w() {
  return vector[0];
}