/// <summary> /// Returns the p-norm of this vector. /// </summary> public static double NormP(float3 v, double p) => v.NormP(p);