w property

double w

Vector w component.

Implementation

double get w => ref.w;
void w=(double w)

Implementation

set w(double w) => ref.w = w;