PolyTuple4<T, U, V, W> constructor
PolyTuple4<T, U, V, W> (
- T x,
- U y,
- V z,
- W q,
Implementation
PolyTuple4(this.x, this.y, this.z, this.q);
PolyTuple4(this.x, this.y, this.z, this.q);