withW abstract method

Float32x4 withW(
  1. double w
)

Returns a new Float32x4 copied from this Float32x4 with a new w value.

Implementation

Float32x4 withW(double w);