pub fn fwidth_fine_vector<F: Float, VECTOR: Vector<F, LENGTH>, const LENGTH: usize>(
    component: VECTOR
) -> VECTOR
Expand description

Returns the sum of the absolute values of ddx_fine and ddy_fine as a single operation.